Color Hex Logo

#bbccfc Color Hex

#BBCCFC
(187,204,252)
0 Favorites   0 Comments

Color spaces of #bbccfc

RGB 187204252
HSL0.620.920.86
HSV224°26°99°
CMYK 0.260.190.00   0.01
XYZ59.657160.7788100.6827
Yxy60.77880.26980.2749
Hunter Lab77.96080.1604-21.9977
CIE-Lab82.25974.5662-25.4343

#bbccfc color RGB value is (187,204,252).

#bbccfc hex color red value is 187, green value is 204 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #bbccfc hue: 0.62 , saturation: 0.92 and the lightness value of bbccfc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 11111100
Octal 273 314 374
Decimal 187 204 252
Hex BB CC FC

RGB Percentages of Color #bbccfc

%29.08
%31.73
%39.19

CMYK Percentages of Color #bbccfc

%26
%19
%0
%1

Triadic Colors of #bbccfc

#bbccfc #fcbbcc #ccfcbb

Analogous Colors of #bbccfc

#bbccfc #cbbbfc #bbedfc

Monochromatic Colors of #bbccfc

#bbccfc

Complementary Color

#bbccfc #fcebbb

#bbccfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbccfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbccfc Color CSS Codes

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

#bbccfc Text Font Color

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

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


#bbccfc Background Color

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

This div background color is #bbccfc


#bbccfc Border Color

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

This div border color is #bbccfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbccfc

Related Colors


Comments

No comments written yet.

Please login to write comment.