#B0AFBD

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

Shades of Blue Haze #B0AFBD

Tints of Blue Haze #B0AFBD

Color information

#B0AFBD (or 0xB0AFBD) is unknown color: approx Blue Haze. HEX triplet: B0, AF and BD. RGB value is (176,175,189). Sum of RGB (Red+Green+Blue) = 176+175+189=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 189 - color contains mainly: blue. Hex color #B0AFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFBD is #4F5042. Grayscale: #B0B0B0. Windows color (decimal): -5197891 or 12431280. OLE color: 12431280.

HSL color Cylindrical-coordinate representation of color #B0AFBD: hue angle of 244.29º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0AFBD is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB176175189-
CMYK0.070.0700.26
HSL244.29º9.59%71.37%-
HSV(B)244.29º7.41%74.12%-
XYZ42.4243.5654.32-
YUV176.9134.83127.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.59%
GREEN value IS 175 (68.75% from 255) = 32.41%
BLUE value IS 189 (74.22% from 255) = 35%
R=32.59%
G=32.41%
B=35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1761751890.070.0700.26244.299.5971.37
HexB0AFBD7701Af4a47
Octal2602572757703236412107
Binary1011000010101111101111011111110110101111010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFBD; }

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

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

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

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

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

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

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

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