#B6B2CD

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

Shades of Blue Haze #B6B2CD

Tints of Blue Haze #B6B2CD

Color information

#B6B2CD (or 0xB6B2CD) is unknown color: approx Blue Haze. HEX triplet: B6, B2 and CD. RGB value is (182,178,205). Sum of RGB (Red+Green+Blue) = 182+178+205=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 178 (69.92% from 255 or 31.50% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #B6B2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6B2CD is #494D32. Grayscale: #B6B6B6. Windows color (decimal): -4803891 or 13480630. OLE color: 13480630.

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

Color convert

RGB182178205-
CMYK0.110.1300.20
HSL248.89º21.26%75.1%-
HSV(B)248.89º13.17%80.39%-
XYZ46.2346.1964.24-
YUV182.27140.83127.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.21%
GREEN value IS 178 (69.92% from 255) = 31.50%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=32.21%
G=31.50%
B=36.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821782050.110.1300.20248.8921.2675.1
HexB6B2CDBD014f9154b
Octal266262315131502437125113
Binary1011011010110010110011011011110101010011111001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B2CD; }

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

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

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

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

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

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

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

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