#B0AFC9

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

Shades of Blue Haze #B0AFC9

Tints of Blue Haze #B0AFC9

Color information

#B0AFC9 (or 0xB0AFC9) is unknown color: approx Blue Haze. HEX triplet: B0, AF and C9. RGB value is (176,175,201). Sum of RGB (Red+Green+Blue) = 176+175+201=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 201 - color contains mainly: blue. Hex color #B0AFC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFC9 is #4F5036. Grayscale: #B2B2B2. Windows color (decimal): -5197879 or 13217712. OLE color: 13217712.

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

Color convert

RGB176175201-
CMYK0.120.1300.21
HSL242.31º19.4%73.73%-
HSV(B)242.31º12.94%78.82%-
XYZ43.7844.1161.46-
YUV178.26140.83126.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.88%
GREEN value IS 175 (68.75% from 255) = 31.70%
BLUE value IS 201 (78.91% from 255) = 36.41%
R=31.88%
G=31.70%
B=36.41%

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
Decimal1761752010.120.1300.21242.3119.473.73
HexB0AFC9CD015f2134a
Octal260257311141502536223112
Binary1011000010101111110010011100110101010111110010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFC9; }

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

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

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

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

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

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

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

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