#B9B3CA

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

Shades of Blue Haze #B9B3CA

Tints of Blue Haze #B9B3CA

Color information

#B9B3CA (or 0xB9B3CA) is unknown color: approx Blue Haze. HEX triplet: B9, B3 and CA. RGB value is (185,179,202). Sum of RGB (Red+Green+Blue) = 185+179+202=566 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.69% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 202 - color contains mainly: blue. Hex color #B9B3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9B3CA is #464C35. Grayscale: #B7B7B7. Windows color (decimal): -4607030 or 13284281. OLE color: 13284281.

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

Color convert

RGB185179202-
CMYK0.080.1100.21
HSL255.65º17.83%74.71%-
HSV(B)255.65º11.39%79.22%-
XYZ46.7946.8262.45-
YUV183.42138.49129.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.69%
GREEN value IS 179 (70.31% from 255) = 31.63%
BLUE value IS 202 (79.30% from 255) = 35.69%
R=32.69%
G=31.63%
B=35.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851792020.080.1100.21255.6517.8374.71
HexB9B3CA8B015100124b
Octal271263312101302540022113
Binary10111001101100111100101010001011010101100000000100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B3CA; }

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

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

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

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

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

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

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

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