Color Hex Logo

#bccbeb Color Hex

#BCCBEB
(188,203,235)
0 Favorites   0 Comments

Color spaces of #bccbeb

RGB 188203235
HSL0.610.540.83
HSV221°20°92°
CMYK 0.200.140.00   0.08
XYZ57.090459.401487.0539
Yxy59.40140.28050.2918
Hunter Lab77.0723-2.6548-13.0180
CIE-Lab81.51171.5604-17.5026

#bccbeb color RGB value is (188,203,235).

#bccbeb hex color red value is 188, green value is 203 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bccbeb hue: 0.61 , saturation: 0.54 and the lightness value of bccbeb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001011 11101011
Octal 274 313 353
Decimal 188 203 235
Hex BC CB EB

RGB Percentages of Color #bccbeb

%30.03
%32.43
%37.54

CMYK Percentages of Color #bccbeb

%20
%14
%0
%8

Triadic Colors of #bccbeb

#bccbeb #ebbccb #cbebbc

Analogous Colors of #bccbeb

#bccbeb #c5bceb #bce3eb

Monochromatic Colors of #bccbeb

#bccbeb

Complementary Color

#bccbeb #ebdcbc

#bccbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccbeb Color CSS Codes

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

#bccbeb Text Font Color

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

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


#bccbeb Background Color

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

This div background color is #bccbeb


#bccbeb Border Color

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

This div border color is #bccbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccbeb


Comments

No comments written yet.

Please login to write comment.