Shades of Blue Haze #B3AFBD
Tints of Blue Haze #B3AFBD
RGB
CMYK
RGB Variations
Color information
#B3AFBD (or 0xB3AFBD) is known color: Blue Haze. HEX triplet: B3, AF and BD. RGB value is (179,175,189). Sum of RGB (Red+Green+Blue) = 179+175+189=543 (71% of max value = 765). Red value is 179 (70.31% from 255 or 32.97% from 543); Green value is 175 (68.75% from 255 or 32.23% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 189 - color contains mainly: blue. Hex color #B3AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFBD is #4C5042. Grayscale: #B1B1B1. Windows color (decimal): -5001283 or 12431283. OLE color: 12431283.
HSL color Cylindrical-coordinate representation of color #B3AFBD: hue angle of 257.14º 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 #B3AFBD is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 175 | 189 | - |
| CMYK | 0.05 | 0.07 | 0 | 0.26 |
| HSL | 257.14º | 0.1% | 0.71% | - |
| HSV(B) | 257.14º | 0.07% | 0.74% | - |
| XYZ | 43.11 | 43.92 | 54.35 | - |
| YUV | 177.79 | 134.33 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 175 | 189 | 0.05 | 0.07 | 0 | 0.26 | 257.14 | 0.1 | 0.71 |
| Hex | B3 | AF | BD | 5 | 7 | 0 | 1A | 101 | A | 47 |
| Octal | 263 | 257 | 275 | 5 | 7 | 0 | 32 | 401 | 12 | 107 |
| Binary | 10110011 | 10101111 | 10111101 | 101 | 111 | 0 | 11010 | 100000001 | 1010 | 1000111 |
Color Harmonies of #B3AFBD
Complementary color
Monochromatic Colors of #B3AFBD
Black with #B3AFBD
Text Example
Text Example
White with #B3AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AFBD; }
p { color: rgb(179,175,189); }
H1.HeaderClassName
{
color: #B3AFBD;
}
.AnyTagClassName
{
color: #B3AFBD;
}
</style>
background-color css
<style>
a { background-color: #B3AFBD; }
a { background-color: rgb(179,175,189); }
div.DivClassName
{
background-color: #B3AFBD;
}
.BgClassName
{
background-color: #B3AFBD;
}
</style>
border-color css
<style>
span { border-color: #B3AFBD; }
span { border-color: rgb(179,175,189); }
td.TdClassName
{
border-color: #B3AFBD;
}
.TagClassName
{
border-color: #B3AFBD;
}
</style>