#B6B2C1

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

Shades of Blue Haze #B6B2C1

Tints of Blue Haze #B6B2C1

Color information

#B6B2C1 (or 0xB6B2C1) is unknown color: approx Blue Haze. HEX triplet: B6, B2 and C1. RGB value is (182,178,193). Sum of RGB (Red+Green+Blue) = 182+178+193=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 193 - color contains mainly: blue. Hex color #B6B2C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6B2C1 is #494D3E. Grayscale: #B4B4B4. Windows color (decimal): -4803903 or 12694198. OLE color: 12694198.

HSL color Cylindrical-coordinate representation of color #B6B2C1: hue angle of 256º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B6B2C1 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB182178193-
CMYK0.060.0800.24
HSL256º10.79%72.75%-
HSV(B)256º7.77%75.69%-
XYZ44.8445.6456.9-
YUV180.91134.83128.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.91%
GREEN value IS 178 (69.92% from 255) = 32.19%
BLUE value IS 193 (75.78% from 255) = 34.90%
R=32.91%
G=32.19%
B=34.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821781930.060.0800.2425610.7972.75
HexB6B2C168018100b49
Octal26626230161003040013111
Binary101101101011001011000001110100001100010000000010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B2C1; }

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

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

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

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

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

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

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

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