#B5B2CE

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

Shades of Blue Haze #B5B2CE

Tints of Blue Haze #B5B2CE

Color information

#B5B2CE (or 0xB5B2CE) is unknown color: approx Blue Haze. HEX triplet: B5, B2 and CE. RGB value is (181,178,206). Sum of RGB (Red+Green+Blue) = 181+178+206=565 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.04% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5B2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5B2CE is #4A4D31. Grayscale: #B5B5B5. Windows color (decimal): -4869426 or 13546165. OLE color: 13546165.

HSL color Cylindrical-coordinate representation of color #B5B2CE: hue angle of 246.43º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B5B2CE is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181178206-
CMYK0.120.1400.19
HSL246.43º22.22%75.29%-
HSV(B)246.43º13.59%80.78%-
XYZ46.1246.1264.86-
YUV182.09141.49127.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.04%
GREEN value IS 178 (69.92% from 255) = 31.50%
BLUE value IS 206 (80.86% from 255) = 36.46%
R=32.04%
G=31.50%
B=36.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811782060.120.1400.19246.4322.2275.29
HexB5B2CECE013f6164b
Octal265262316141602336626113
Binary1011010110110010110011101100111001001111110110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B2CE; }

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

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

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

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

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

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

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

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