Shades of Blue Haze #B3AFC0
Tints of Blue Haze #B3AFC0
RGB
CMYK
RGB Variations
Color information
#B3AFC0 (or 0xB3AFC0) is known color: Blue Haze. HEX triplet: B3, AF and C0. RGB value is (179,175,192). Sum of RGB (Red+Green+Blue) = 179+175+192=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 192 - color contains mainly: blue. Hex color #B3AFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFC0 is #4C503F. Grayscale: #B2B2B2. Windows color (decimal): -5001280 or 12627891. OLE color: 12627891.
HSL color Cylindrical-coordinate representation of color #B3AFC0: hue angle of 254.12º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B3AFC0 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 175 | 192 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.25 |
| HSL | 254.12º | 0.12% | 0.72% | - |
| HSV(B) | 254.12º | 0.09% | 0.75% | - |
| XYZ | 43.43 | 44.05 | 56.08 | - |
| YUV | 178.13 | 135.83 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 175 | 192 | 0.07 | 0.09 | 0 | 0.25 | 254.12 | 0.12 | 0.72 |
| Hex | B3 | AF | C0 | 7 | 9 | 0 | 19 | FE | C | 48 |
| Octal | 263 | 257 | 300 | 7 | 11 | 0 | 31 | 376 | 14 | 110 |
| Binary | 10110011 | 10101111 | 11000000 | 111 | 1001 | 0 | 11001 | 11111110 | 1100 | 1001000 |
Color Harmonies of #B3AFC0
Complementary color
Monochromatic Colors of #B3AFC0
Black with #B3AFC0
Text Example
Text Example
White with #B3AFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AFC0; }
p { color: rgb(179,175,192); }
H1.HeaderClassName
{
color: #B3AFC0;
}
.AnyTagClassName
{
color: #B3AFC0;
}
</style>
background-color css
<style>
a { background-color: #B3AFC0; }
a { background-color: rgb(179,175,192); }
div.DivClassName
{
background-color: #B3AFC0;
}
.BgClassName
{
background-color: #B3AFC0;
}
</style>
border-color css
<style>
span { border-color: #B3AFC0; }
span { border-color: rgb(179,175,192); }
td.TdClassName
{
border-color: #B3AFC0;
}
.TagClassName
{
border-color: #B3AFC0;
}
</style>