Color Hex Logo

#b9ccce Color Hex

#B9CCCE
(185,204,206)
0 Favorites   0 Comments

Color spaces of #b9ccce

RGB 185204206
HSL0.520.180.77
HSV186°10°81°
CMYK 0.100.010.00   0.19
XYZ52.741057.956366.7994
Yxy57.95630.29710.3265
Hunter Lab76.1290-9.56381.2663
CIE-Lab80.7145-6.0007-3.1929

#b9ccce color RGB value is (185,204,206).

#b9ccce hex color red value is 185, green value is 204 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b9ccce hue: 0.52 , saturation: 0.18 and the lightness value of b9ccce is 0.77.

The process color (four color CMYK) of #b9ccce color hex is 0.10, 0.01, 0.00, 0.19. Web safe color of #b9ccce is #cccccc. Color #b9ccce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001100 11001110
Octal 271 314 316
Decimal 185 204 206
Hex B9 CC CE

RGB Percentages of Color #b9ccce

%31.09
%34.29
%34.62

CMYK Percentages of Color #b9ccce

%10
%1
%0
%19

Triadic Colors of #b9ccce

#b9ccce #ceb9cc #ccceb9

Analogous Colors of #b9ccce

#b9ccce #b9c2ce #b9cec6

Monochromatic Colors of #b9ccce

#b9ccce

Complementary Color

#b9ccce #cebbb9

#b9ccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ccce Color CSS Codes

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

#b9ccce Text Font Color

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

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


#b9ccce Background Color

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

This div background color is #b9ccce


#b9ccce Border Color

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

This div border color is #b9ccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ccce

#b9ccce Color Palettes


Comments

No comments written yet.

Please login to write comment.