#B2AFBA

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

Shades of Blue Haze #B2AFBA

Tints of Blue Haze #B2AFBA

Color information

#B2AFBA (or 0xB2AFBA) is unknown color: approx Blue Haze. HEX triplet: B2, AF and BA. RGB value is (178,175,186). Sum of RGB (Red+Green+Blue) = 178+175+186=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 175 (68.75% from 255 or 32.47% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 186 - color contains mainly: blue. Hex color #B2AFBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFBA is #4D5045. Grayscale: #B1B1B1. Windows color (decimal): -5066822 or 12234674. OLE color: 12234674.

HSL color Cylindrical-coordinate representation of color #B2AFBA: hue angle of 256.36º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B2AFBA is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178175186-
CMYK0.040.0600.27
HSL256.36º7.38%70.78%-
HSV(B)256.36º5.91%72.94%-
XYZ42.5543.6752.64-
YUV177.15132.99128.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.02%
GREEN value IS 175 (68.75% from 255) = 32.47%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=33.02%
G=32.47%
B=34.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781751860.040.0600.27256.367.3870.78
HexB2AFBA4601B100747
Octal262257272460334007107
Binary1011001010101111101110101001100110111000000001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AFBA; }

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

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

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

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

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

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

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

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