#B6AFC9

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

Shades of Blue Haze #B6AFC9

Tints of Blue Haze #B6AFC9

Color information

#B6AFC9 (or 0xB6AFC9) is unknown color: approx Blue Haze. HEX triplet: B6, AF and C9. RGB value is (182,175,201). Sum of RGB (Red+Green+Blue) = 182+175+201=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 201 - color contains mainly: blue. Hex color #B6AFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AFC9 is #495036. Grayscale: #B3B3B3. Windows color (decimal): -4804663 or 13217718. OLE color: 13217718.

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

Color convert

RGB182175201-
CMYK0.090.1300.21
HSL256.15º19.4%73.73%-
HSV(B)256.15º12.94%78.82%-
XYZ45.1644.8261.53-
YUV180.06139.82129.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.62%
GREEN value IS 175 (68.75% from 255) = 31.36%
BLUE value IS 201 (78.91% from 255) = 36.02%
R=32.62%
G=31.36%
B=36.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821752010.090.1300.21256.1519.473.73
HexB6AFC99D015100134a
Octal266257311111502540023112
Binary10110110101011111100100110011101010101100000000100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFC9; }

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

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

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

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

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

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

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

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