#B2AFBF

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

Shades of Blue Haze #B2AFBF

Tints of Blue Haze #B2AFBF

Color information

#B2AFBF (or 0xB2AFBF) is unknown color: approx Blue Haze. HEX triplet: B2, AF and BF. RGB value is (178,175,191). Sum of RGB (Red+Green+Blue) = 178+175+191=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 191 - color contains mainly: blue. Hex color #B2AFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFBF is #4D5040. Grayscale: #B1B1B1. Windows color (decimal): -5066817 or 12562354. OLE color: 12562354.

HSL color Cylindrical-coordinate representation of color #B2AFBF: hue angle of 251.25º 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 #B2AFBF is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178175191-
CMYK0.070.0800.25
HSL251.25º11.11%71.76%-
HSV(B)251.25º8.38%74.9%-
XYZ43.0943.8955.49-
YUV177.72135.49128.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.72%
GREEN value IS 175 (68.75% from 255) = 32.17%
BLUE value IS 191 (75% from 255) = 35.11%
R=32.72%
G=32.17%
B=35.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781751910.070.0800.25251.2511.1171.76
HexB2AFBF78019fbb48
Octal26225727771003137313110
Binary10110010101011111011111111110000110011111101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AFBF; }

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

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

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

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

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

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

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

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