#B0AFBF

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

Shades of Blue Haze #B0AFBF

Tints of Blue Haze #B0AFBF

Color information

#B0AFBF (or 0xB0AFBF) is unknown color: approx Blue Haze. HEX triplet: B0, AF and BF. RGB value is (176,175,191). Sum of RGB (Red+Green+Blue) = 176+175+191=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 191 - color contains mainly: blue. Hex color #B0AFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFBF is #4F5040. Grayscale: #B1B1B1. Windows color (decimal): -5197889 or 12562352. OLE color: 12562352.

HSL color Cylindrical-coordinate representation of color #B0AFBF: hue angle of 243.75º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B0AFBF is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176175191-
CMYK0.080.0800.25
HSL243.75º11.11%71.76%-
HSV(B)243.75º8.38%74.9%-
XYZ42.6443.6555.47-
YUV177.12135.83127.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.47%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 191 (75% from 255) = 35.24%
R=32.47%
G=32.29%
B=35.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761751910.080.0800.25243.7511.1171.76
HexB0AFBF88019f4b48
Octal260257277101003136413110
Binary101100001010111110111111100010000110011111010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFBF; }

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

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

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

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

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

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

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

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