Color Hex Logo

#bccdfb Color Hex

#BCCDFB
(188,205,251)
0 Favorites   0 Comments

Color spaces of #bccdfb

RGB 188205251
HSL0.620.890.86
HSV224°25°98°
CMYK 0.250.180.00   0.02
XYZ59.982961.319099.9411
Yxy61.31900.27110.2772
Hunter Lab78.3064-0.3049-20.8562
CIE-Lab82.54994.0931-24.4543

#bccdfb color RGB value is (188,205,251).

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

The process color (four color CMYK) of #bccdfb color hex is 0.25, 0.18, 0.00, 0.02. Web safe color of #bccdfb is #ccccff. Color #bccdfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001101 11111011
Octal 274 315 373
Decimal 188 205 251
Hex BC CD FB

RGB Percentages of Color #bccdfb

%29.19
%31.83
%38.98

CMYK Percentages of Color #bccdfb

%25
%18
%0
%2

Triadic Colors of #bccdfb

#bccdfb #fbbccd #cdfbbc

Analogous Colors of #bccdfb

#bccdfb #cbbcfb #bcedfb

Monochromatic Colors of #bccdfb

#bccdfb

Complementary Color

#bccdfb #fbeabc

#bccdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccdfb Color CSS Codes

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

#bccdfb Text Font Color

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

This sample text font color is #bccdfb
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.


#bccdfb Background Color

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

This div background color is #bccdfb


#bccdfb Border Color

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

This div border color is #bccdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccdfb


Comments

No comments written yet.

Please login to write comment.