#B1AFC9

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

Shades of Blue Haze #B1AFC9

Tints of Blue Haze #B1AFC9

Color information

#B1AFC9 (or 0xB1AFC9) is unknown color: approx Blue Haze. HEX triplet: B1, AF and C9. RGB value is (177,175,201). Sum of RGB (Red+Green+Blue) = 177+175+201=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 201 (78.91% from 255 or 36.35% from 553); Max value from RGB is 201 - color contains mainly: blue. Hex color #B1AFC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFC9 is #4E5036. Grayscale: #B2B2B2. Windows color (decimal): -5132343 or 13217713. OLE color: 13217713.

HSL color Cylindrical-coordinate representation of color #B1AFC9: hue angle of 244.62º 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 #B1AFC9 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177175201-
CMYK0.120.1300.21
HSL244.62º19.4%73.73%-
HSV(B)244.62º12.94%78.82%-
XYZ4444.2261.48-
YUV178.56140.66126.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.01%
GREEN value IS 175 (68.75% from 255) = 31.65%
BLUE value IS 201 (78.91% from 255) = 36.35%
R=32.01%
G=31.65%
B=36.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771752010.120.1300.21244.6219.473.73
HexB1AFC9CD015f5134a
Octal261257311141502536523112
Binary1011000110101111110010011100110101010111110101100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFC9; }

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

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

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

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

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

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

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

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