Shades of Blue Haze #B5AFC9
Tints of Blue Haze #B5AFC9
RGB
CMYK
RGB Variations
Color information
#B5AFC9 (or 0xB5AFC9) is known color: Blue Haze. HEX triplet: B5, AF and C9. RGB value is (181,175,201). Sum of RGB (Red+Green+Blue) = 181+175+201=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 201 - color contains mainly: blue. Hex color #B5AFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFC9 is #4A5036. Grayscale: #B3B3B3. Windows color (decimal): -4870199 or 13217717. OLE color: 13217717.
HSL color Cylindrical-coordinate representation of color #B5AFC9: hue angle of 253.85º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5AFC9 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 181 | 175 | 201 | - |
CMYK | 0.10 | 0.13 | 0 | 0.21 |
HSL | 253.85º | 0.19% | 0.74% | - |
HSV(B) | 253.85º | 0.13% | 0.79% | - |
XYZ | 44.93 | 44.7 | 61.52 | - |
YUV | 179.76 | 139.99 | 128.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 175 | 201 | 0.10 | 0.13 | 0 | 0.21 | 253.85 | 0.19 | 0.74 |
Hex | B5 | AF | C9 | A | D | 0 | 15 | FE | 13 | 4A |
Octal | 265 | 257 | 311 | 12 | 15 | 0 | 25 | 376 | 23 | 112 |
Binary | 10110101 | 10101111 | 11001001 | 1010 | 1101 | 0 | 10101 | 11111110 | 10011 | 1001010 |
Color Harmonies of #B5AFC9
Complementary color
Monochromatic Colors of #B5AFC9
Black with #B5AFC9
Text Example
Text Example
White with #B5AFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AFC9; }
p { color: rgb(181,175,201); }
H1.HeaderClassName
{
color: #B5AFC9;
}
.AnyTagClassName
{
color: #B5AFC9;
}
</style>
background-color css
<style>
a { background-color: #B5AFC9; }
a { background-color: rgb(181,175,201); }
div.DivClassName
{
background-color: #B5AFC9;
}
.BgClassName
{
background-color: #B5AFC9;
}
</style>
border-color css
<style>
span { border-color: #B5AFC9; }
span { border-color: rgb(181,175,201); }
td.TdClassName
{
border-color: #B5AFC9;
}
.TagClassName
{
border-color: #B5AFC9;
}
</style>