#B6B0C9

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

Shades of Blue Haze #B6B0C9

Tints of Blue Haze #B6B0C9

Color information

#B6B0C9 (or 0xB6B0C9) is unknown color: approx Blue Haze. HEX triplet: B6, B0 and C9. RGB value is (182,176,201). Sum of RGB (Red+Green+Blue) = 182+176+201=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 176 (69.14% from 255 or 31.48% from 559); Blue value is 201 (78.91% from 255 or 35.96% from 559); Max value from RGB is 201 - color contains mainly: blue. Hex color #B6B0C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6B0C9 is #494F36. Grayscale: #B4B4B4. Windows color (decimal): -4804407 or 13217974. OLE color: 13217974.

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

Color convert

RGB182176201-
CMYK0.090.1200.21
HSL254.4º18.8%73.92%-
HSV(B)254.4º12.44%78.82%-
XYZ45.3645.2161.59-
YUV180.64139.49128.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.56%
GREEN value IS 176 (69.14% from 255) = 31.48%
BLUE value IS 201 (78.91% from 255) = 35.96%
R=32.56%
G=31.48%
B=35.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821762010.090.1200.21254.418.873.92
HexB6B0C99C015fe134a
Octal266260311111402537623112
Binary1011011010110000110010011001110001010111111110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B0C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B0C9; }

 p { color: rgb(182,176,201); }

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

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

 a { background-color: rgb(182,176,201); }

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

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

 span { border-color: rgb(182,176,201); }

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