Shades of Blue Haze #B3AFCF
Tints of Blue Haze #B3AFCF
RGB
CMYK
RGB Variations
Color information
#B3AFCF (or 0xB3AFCF) is known color: Blue Haze. HEX triplet: B3, AF and CF. RGB value is (179,175,207). Sum of RGB (Red+Green+Blue) = 179+175+207=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 207 - color contains mainly: blue. Hex color #B3AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AFCF is #4C5030. Grayscale: #B3B3B3. Windows color (decimal): -5001265 or 13610931. OLE color: 13610931.
HSL color Cylindrical-coordinate representation of color #B3AFCF: hue angle of 247.5º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3AFCF is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 175 | 207 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.19 |
| HSL | 247.5º | 0.25% | 0.75% | - |
| HSV(B) | 247.5º | 0.15% | 0.81% | - |
| XYZ | 45.18 | 44.75 | 65.29 | - |
| YUV | 179.84 | 143.33 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 175 | 207 | 0.14 | 0.15 | 0 | 0.19 | 247.5 | 0.25 | 0.75 |
| Hex | B3 | AF | CF | E | F | 0 | 13 | F8 | 19 | 4B |
| Octal | 263 | 257 | 317 | 16 | 17 | 0 | 23 | 370 | 31 | 113 |
| Binary | 10110011 | 10101111 | 11001111 | 1110 | 1111 | 0 | 10011 | 11111000 | 11001 | 1001011 |
Color Harmonies of #B3AFCF
Complementary color
Monochromatic Colors of #B3AFCF
Black with #B3AFCF
Text Example
Text Example
White with #B3AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AFCF; }
p { color: rgb(179,175,207); }
H1.HeaderClassName
{
color: #B3AFCF;
}
.AnyTagClassName
{
color: #B3AFCF;
}
</style>
background-color css
<style>
a { background-color: #B3AFCF; }
a { background-color: rgb(179,175,207); }
div.DivClassName
{
background-color: #B3AFCF;
}
.BgClassName
{
background-color: #B3AFCF;
}
</style>
border-color css
<style>
span { border-color: #B3AFCF; }
span { border-color: rgb(179,175,207); }
td.TdClassName
{
border-color: #B3AFCF;
}
.TagClassName
{
border-color: #B3AFCF;
}
</style>