Color Hex Logo

#bcc9fb Color Hex

#BCC9FB
(188,201,251)
0 Favorites   0 Comments

Color spaces of #bcc9fb

RGB 188201251
HSL0.630.890.86
HSV228°25°98°
CMYK 0.250.200.00   0.02
XYZ59.038359.429799.6262
Yxy59.42970.27070.2725
Hunter Lab77.09071.7919-22.6585
CIE-Lab81.52726.2381-26.0132

#bcc9fb color RGB value is (188,201,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001001 11111011
Octal 274 311 373
Decimal 188 201 251
Hex BC C9 FB

RGB Percentages of Color #bcc9fb

%29.38
%31.41
%39.22

CMYK Percentages of Color #bcc9fb

%25
%20
%0
%2

Triadic Colors of #bcc9fb

#bcc9fb #fbbcc9 #c9fbbc

Analogous Colors of #bcc9fb

#bcc9fb #cfbcfb #bce9fb

Monochromatic Colors of #bcc9fb

#bcc9fb

Complementary Color

#bcc9fb #fbeebc

#bcc9fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc9fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc9fb Color CSS Codes

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

#bcc9fb Text Font Color

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

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


#bcc9fb Background Color

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

This div background color is #bcc9fb


#bcc9fb Border Color

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

This div border color is #bcc9fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,201,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 #bcc9fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc9fb


Comments

No comments written yet.

Please login to write comment.