Color Hex Logo

#b9ccff Color Hex

#B9CCFF
(185,204,255)
0 Favorites   0 Comments

Color spaces of #b9ccff

RGB 185204255
HSL0.621.000.86
HSV224°27°100°
CMYK 0.270.200.00   0.00
XYZ59.650460.7200103.1840
Yxy60.72000.26680.2716
Hunter Lab77.92300.2772-23.9644
CIE-Lab82.22804.6868-27.0893

#b9ccff color RGB value is (185,204,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001100 11111111
Octal 271 314 377
Decimal 185 204 255
Hex B9 CC FF

RGB Percentages of Color #b9ccff

%28.73
%31.68
%39.60

CMYK Percentages of Color #b9ccff

%27
%20
%0
%0

Triadic Colors of #b9ccff

#b9ccff #ffb9cc #ccffb9

Analogous Colors of #b9ccff

#b9ccff #c9b9ff #b9efff

Monochromatic Colors of #b9ccff

#b9ccff

Complementary Color

#b9ccff #ffecb9

#b9ccff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ccff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ccff Color CSS Codes

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

#b9ccff Text Font Color

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

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


#b9ccff Background Color

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

This div background color is #b9ccff


#b9ccff Border Color

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

This div border color is #b9ccff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ccff

Related Colors


Comments

No comments written yet.

Please login to write comment.