Shades of Blue Haze #B3AFC1
Tints of Blue Haze #B3AFC1
RGB
CMYK
RGB Variations
Color information
#B3AFC1 (or 0xB3AFC1) is known color: Blue Haze. HEX triplet: B3, AF and C1. RGB value is (179,175,193). Sum of RGB (Red+Green+Blue) = 179+175+193=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 193 - color contains mainly: blue. Hex color #B3AFC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFC1 is #4C503E. Grayscale: #B2B2B2. Windows color (decimal): -5001279 or 12693427. OLE color: 12693427.
HSL color Cylindrical-coordinate representation of color #B3AFC1: hue angle of 253.33º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B3AFC1 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 175 | 193 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.24 |
| HSL | 253.33º | 0.13% | 0.72% | - |
| HSV(B) | 253.33º | 0.09% | 0.76% | - |
| XYZ | 43.55 | 44.09 | 56.67 | - |
| YUV | 178.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 175 | 193 | 0.07 | 0.09 | 0 | 0.24 | 253.33 | 0.13 | 0.72 |
| Hex | B3 | AF | C1 | 7 | 9 | 0 | 18 | FD | D | 48 |
| Octal | 263 | 257 | 301 | 7 | 11 | 0 | 30 | 375 | 15 | 110 |
| Binary | 10110011 | 10101111 | 11000001 | 111 | 1001 | 0 | 11000 | 11111101 | 1101 | 1001000 |
Color Harmonies of #B3AFC1
Complementary color
Monochromatic Colors of #B3AFC1
Black with #B3AFC1
Text Example
Text Example
White with #B3AFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AFC1; }
p { color: rgb(179,175,193); }
H1.HeaderClassName
{
color: #B3AFC1;
}
.AnyTagClassName
{
color: #B3AFC1;
}
</style>
background-color css
<style>
a { background-color: #B3AFC1; }
a { background-color: rgb(179,175,193); }
div.DivClassName
{
background-color: #B3AFC1;
}
.BgClassName
{
background-color: #B3AFC1;
}
</style>
border-color css
<style>
span { border-color: #B3AFC1; }
span { border-color: rgb(179,175,193); }
td.TdClassName
{
border-color: #B3AFC1;
}
.TagClassName
{
border-color: #B3AFC1;
}
</style>