#B9B8CA

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

Shades of Blue Haze #B9B8CA

Tints of Blue Haze #B9B8CA

Color information

#B9B8CA (or 0xB9B8CA) is unknown color: approx Blue Haze. HEX triplet: B9, B8 and CA. RGB value is (185,184,202). Sum of RGB (Red+Green+Blue) = 185+184+202=571 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.40% from 571); Green value is 184 (72.27% from 255 or 32.22% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 202 - color contains mainly: blue. Hex color #B9B8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B8CA is #464735. Grayscale: #BABABA. Windows color (decimal): -4605750 or 13285561. OLE color: 13285561.

HSL color Cylindrical-coordinate representation of color #B9B8CA: hue angle of 243.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9B8CA is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185184202-
CMYK0.080.0900.21
HSL243.33º14.52%75.69%-
HSV(B)243.33º8.91%79.22%-
XYZ47.8148.8662.79-
YUV186.35136.83127.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.40%
GREEN value IS 184 (72.27% from 255) = 32.22%
BLUE value IS 202 (79.30% from 255) = 35.38%
R=32.40%
G=32.22%
B=35.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851842020.080.0900.21243.3314.5275.69
HexB9B8CA89015f3f4c
Octal271270312101102536317114
Binary101110011011100011001010100010010101011111001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B8CA; }

 p { color: rgb(185,184,202); }

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

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

 a { background-color: rgb(185,184,202); }

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

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

 span { border-color: rgb(185,184,202); }

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