#B8B6CD

Color #B8B6CD Blue Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Haze #B8B6CD

Tints of Blue Haze #B8B6CD

Color information

#B8B6CD (or 0xB8B6CD) is unknown color: approx Blue Haze. HEX triplet: B8, B6 and CD. RGB value is (184,182,205). Sum of RGB (Red+Green+Blue) = 184+182+205=571 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.22% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #B8B6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8B6CD is #474932. Grayscale: #B9B9B9. Windows color (decimal): -4671795 or 13481656. OLE color: 13481656.

HSL color Cylindrical-coordinate representation of color #B8B6CD: hue angle of 245.22º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8B6CD is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB184182205-
CMYK0.100.1100.20
HSL245.22º18.7%75.88%-
HSV(B)245.22º11.22%80.39%-
XYZ47.5148.0564.53-
YUV185.22139.16127.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 32.22%
GREEN value IS 182 (71.48% from 255) = 31.87%
BLUE value IS 205 (80.47% from 255) = 35.90%
R=32.22%
G=31.87%
B=35.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841822050.100.1100.20245.2218.775.88
HexB8B6CDAB014f5134c
Octal270266315121302436523114
Binary1011100010110110110011011010101101010011110101100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8B6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8B6CD; }

 p { color: rgb(184,182,205); }

 H1.HeaderClassName
 {
   color: #B8B6CD;
 }
 .AnyTagClassName
 {
   color: #B8B6CD;
 }
</style>
background-color css

<style>
 a { background-color: #B8B6CD; }

 a { background-color: rgb(184,182,205); }

 div.DivClassName
 {
   background-color: #B8B6CD;
 }
 .BgClassName
 {
   background-color: #B8B6CD;
 }
</style>
border-color css

<style>
 span { border-color: #B8B6CD; }

 span { border-color: rgb(184,182,205); }

 td.TdClassName
 {
   border-color: #B8B6CD;
 }
 .TagClassName
 {
   border-color: #B8B6CD;
 }
</style>