Shades of Blue Haze #B2AFBC
Tints of Blue Haze #B2AFBC
RGB
CMYK
RGB Variations
Color information
#B2AFBC (or 0xB2AFBC) is known color: Blue Haze. HEX triplet: B2, AF and BC. RGB value is (178,175,188). Sum of RGB (Red+Green+Blue) = 178+175+188=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 188 - color contains mainly: blue. Hex color #B2AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFBC is #4D5043. Grayscale: #B1B1B1. Windows color (decimal): -5066820 or 12365746. OLE color: 12365746.
HSL color Cylindrical-coordinate representation of color #B2AFBC: hue angle of 253.85º degrees, saturation: 0.09, 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 #B2AFBC is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 178 | 175 | 188 | - |
CMYK | 0.05 | 0.07 | 0 | 0.26 |
HSL | 253.85º | 0.09% | 0.71% | - |
HSV(B) | 253.85º | 0.07% | 0.74% | - |
XYZ | 42.77 | 43.76 | 53.77 | - |
YUV | 177.38 | 133.99 | 128.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 175 | 188 | 0.05 | 0.07 | 0 | 0.26 | 253.85 | 0.09 | 0.71 |
Hex | B2 | AF | BC | 5 | 7 | 0 | 1A | FE | 9 | 47 |
Octal | 262 | 257 | 274 | 5 | 7 | 0 | 32 | 376 | 11 | 107 |
Binary | 10110010 | 10101111 | 10111100 | 101 | 111 | 0 | 11010 | 11111110 | 1001 | 1000111 |
Color Harmonies of #B2AFBC
Complementary color
Monochromatic Colors of #B2AFBC
Black with #B2AFBC
Text Example
Text Example
White with #B2AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AFBC; }
p { color: rgb(178,175,188); }
H1.HeaderClassName
{
color: #B2AFBC;
}
.AnyTagClassName
{
color: #B2AFBC;
}
</style>
background-color css
<style>
a { background-color: #B2AFBC; }
a { background-color: rgb(178,175,188); }
div.DivClassName
{
background-color: #B2AFBC;
}
.BgClassName
{
background-color: #B2AFBC;
}
</style>
border-color css
<style>
span { border-color: #B2AFBC; }
span { border-color: rgb(178,175,188); }
td.TdClassName
{
border-color: #B2AFBC;
}
.TagClassName
{
border-color: #B2AFBC;
}
</style>