Color Hex Logo

#bccbde Color Hex

#BCCBDE
(188,203,222)
0 Favorites   0 Comments

Color spaces of #bccbde

RGB 188203222
HSL0.590.340.80
HSV214°15°87°
CMYK 0.150.090.00   0.13
XYZ55.279858.677277.5195
Yxy58.67720.28870.3064
Hunter Lab76.6010-5.2358-6.3802
CIE-Lab81.1138-1.2323-11.1482

#bccbde color RGB value is (188,203,222).

#bccbde hex color red value is 188, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bccbde hue: 0.59 , saturation: 0.34 and the lightness value of bccbde is 0.80.

The process color (four color CMYK) of #bccbde color hex is 0.15, 0.09, 0.00, 0.13. Web safe color of #bccbde is #cccccc. Color #bccbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 11011110
Octal 274 313 336
Decimal 188 203 222
Hex BC CB DE

RGB Percentages of Color #bccbde

%30.67
%33.12
%36.22

CMYK Percentages of Color #bccbde

%15
%9
%0
%13

Triadic Colors of #bccbde

#bccbde #debccb #cbdebc

Analogous Colors of #bccbde

#bccbde #bebcde #bcdcde

Monochromatic Colors of #bccbde

#bccbde

Complementary Color

#bccbde #decfbc

#bccbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccbde Color CSS Codes

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

#bccbde Text Font Color

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

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


#bccbde Background Color

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

This div background color is #bccbde


#bccbde Border Color

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

This div border color is #bccbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccbde

#bccbde Color Palettes


Comments

No comments written yet.

Please login to write comment.