#B6B3C1

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

Shades of Blue Haze #B6B3C1

Tints of Blue Haze #B6B3C1

Color information

#B6B3C1 (or 0xB6B3C1) is unknown color: approx Blue Haze. HEX triplet: B6, B3 and C1. RGB value is (182,179,193). Sum of RGB (Red+Green+Blue) = 182+179+193=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 193 - color contains mainly: blue. Hex color #B6B3C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B3C1 is #494C3E. Grayscale: #B5B5B5. Windows color (decimal): -4803647 or 12694454. OLE color: 12694454.

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

Color convert

RGB182179193-
CMYK0.060.0700.24
HSL252.86º10.14%72.94%-
HSV(B)252.86º7.25%75.69%-
XYZ45.0446.0456.96-
YUV181.49134.49128.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.85%
GREEN value IS 179 (70.31% from 255) = 32.31%
BLUE value IS 193 (75.78% from 255) = 34.84%
R=32.85%
G=32.31%
B=34.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821791930.060.0700.24252.8610.1472.94
HexB6B3C167018fda49
Octal2662633016703037512111
Binary1011011010110011110000011101110110001111110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B3C1; }

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

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

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

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

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

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

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

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