#B5B2C9

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

Shades of Blue Haze #B5B2C9

Tints of Blue Haze #B5B2C9

Color information

#B5B2C9 (or 0xB5B2C9) is unknown color: approx Blue Haze. HEX triplet: B5, B2 and C9. RGB value is (181,178,201). Sum of RGB (Red+Green+Blue) = 181+178+201=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 201 - color contains mainly: blue. Hex color #B5B2C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B2C9 is #4A4D36. Grayscale: #B5B5B5. Windows color (decimal): -4869431 or 13218485. OLE color: 13218485.

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

Color convert

RGB181178201-
CMYK0.100.1100.21
HSL247.83º17.56%74.31%-
HSV(B)247.83º11.44%78.82%-
XYZ45.5245.8861.72-
YUV181.52138.99127.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.32%
GREEN value IS 178 (69.92% from 255) = 31.79%
BLUE value IS 201 (78.91% from 255) = 35.89%
R=32.32%
G=31.79%
B=35.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811782010.100.1100.21247.8317.5674.31
HexB5B2C9AB015f8124a
Octal265262311121302537022112
Binary1011010110110010110010011010101101010111111000100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B2C9; }

 p { color: rgb(181,178,201); }

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

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

 a { background-color: rgb(181,178,201); }

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

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

 span { border-color: rgb(181,178,201); }

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