Color Hex Logo

#bccdff Color Hex

#BCCDFF
(188,205,255)
0 Favorites   0 Comments

Color spaces of #bccdff

RGB 188205255
HSL0.621.000.87
HSV225°26°100°
CMYK 0.260.200.00   0.00
XYZ60.620461.5740103.2977
Yxy61.57400.26880.2731
Hunter Lab78.46910.5772-23.1217
CIE-Lab82.68645.0191-26.3712

#bccdff color RGB value is (188,205,255).

#bccdff hex color red value is 188, green value is 205 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #bccdff hue: 0.62 , saturation: 1.00 and the lightness value of bccdff is 0.87.

The process color (four color CMYK) of #bccdff color hex is 0.26, 0.20, 0.00, 0.00. Web safe color of #bccdff is #ccccff. Color #bccdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001101 11111111
Octal 274 315 377
Decimal 188 205 255
Hex BC CD FF

RGB Percentages of Color #bccdff

%29.01
%31.64
%39.35

CMYK Percentages of Color #bccdff

%26
%20
%0
%0

Triadic Colors of #bccdff

#bccdff #ffbccd #cdffbc

Analogous Colors of #bccdff

#bccdff #cdbcff #bcefff

Monochromatic Colors of #bccdff

#bccdff

Complementary Color

#bccdff #ffeebc

#bccdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccdff Color CSS Codes

.mybgcolor {background-color:#bccdff; } 
.myforecolor {color:#bccdff; }
.mybordercolor {border:3px solid #bccdff; }

#bccdff Text Font Color

<p style="color:#bccdff">Text here</p>

This sample text font color is #bccdff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bccdff Background Color

<div style="background-color:#bccdff">
Div content here</div>

This div background color is #bccdff


#bccdff Border Color

<div style="border:3px solid #bccdff">
Div here</div>

This div border color is #bccdff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,205,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bccdff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bccdff;
  -webkit-box-shadow: 1px 1px 3px 2px #bccdff;
  box-shadow:         1px 1px 3px 2px #bccdff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,205,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bccdff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bccdff;
  -webkit-box-shadow: 1px 1px 3px 2px #bccdff;
  box-shadow:         1px 1px 3px 2px #bccdff;">
Div content here</div>

This div box has shadow with color #bccdff

Related Colors

#bccdff Color Palettes


Comments

No comments written yet.

Please login to write comment.