Color Hex Logo

#bcbbf9 Color Hex

#BCBBF9
(188,187,249)
0 Favorites   0 Comments

Color spaces of #bcbbf9

RGB 188187249
HSL0.670.840.85
HSV241°25°98°
CMYK 0.240.250.00   0.02
XYZ55.608253.071696.9355
Yxy53.07160.27040.2581
Hunter Lab72.85038.7650-27.8969
CIE-Lab77.917313.3709-30.4733

#bcbbf9 color RGB value is (188,187,249).

#bcbbf9 hex color red value is 188, green value is 187 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #bcbbf9 hue: 0.67 , saturation: 0.84 and the lightness value of bcbbf9 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 11111001
Octal 274 273 371
Decimal 188 187 249
Hex BC BB F9

RGB Percentages of Color #bcbbf9

%30.13
%29.97
%39.90

CMYK Percentages of Color #bcbbf9

%24
%25
%0
%2

Triadic Colors of #bcbbf9

#bcbbf9 #f9bcbb #bbf9bc

Analogous Colors of #bcbbf9

#bcbbf9 #dbbbf9 #bbd9f9

Monochromatic Colors of #bcbbf9

#bcbbf9

Complementary Color

#bcbbf9 #f8f9bb

#bcbbf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbbf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbbf9 Color CSS Codes

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

#bcbbf9 Text Font Color

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

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


#bcbbf9 Background Color

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

This div background color is #bcbbf9


#bcbbf9 Border Color

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

This div border color is #bcbbf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbbf9


Comments

No comments written yet.

Please login to write comment.