Shades of Blue Haze #B5AFD5
Tints of Blue Haze #B5AFD5
RGB
CMYK
RGB Variations
Color information
#B5AFD5 (or 0xB5AFD5) is known color: Blue Haze. HEX triplet: B5, AF and D5. RGB value is (181,175,213). Sum of RGB (Red+Green+Blue) = 181+175+213=569 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.81% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 213 - color contains mainly: blue. Hex color #B5AFD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFD5 is #4A502A. Grayscale: #B4B4B4. Windows color (decimal): -4870187 or 14004149. OLE color: 14004149.
HSL color Cylindrical-coordinate representation of color #B5AFD5: hue angle of 249.47º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5AFD5 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 175 | 213 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.16 |
| HSL | 249.47º | 0.31% | 0.76% | - |
| HSV(B) | 249.47º | 0.18% | 0.84% | - |
| XYZ | 46.4 | 45.29 | 69.25 | - |
| YUV | 181.13 | 145.99 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 175 | 213 | 0.15 | 0.18 | 0 | 0.16 | 249.47 | 0.31 | 0.76 |
| Hex | B5 | AF | D5 | F | 12 | 0 | 10 | F9 | 1F | 4C |
| Octal | 265 | 257 | 325 | 17 | 22 | 0 | 20 | 371 | 37 | 114 |
| Binary | 10110101 | 10101111 | 11010101 | 1111 | 10010 | 0 | 10000 | 11111001 | 11111 | 1001100 |
Color Harmonies of #B5AFD5
Complementary color
Monochromatic Colors of #B5AFD5
Black with #B5AFD5
Text Example
Text Example
White with #B5AFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AFD5; }
p { color: rgb(181,175,213); }
H1.HeaderClassName
{
color: #B5AFD5;
}
.AnyTagClassName
{
color: #B5AFD5;
}
</style>
background-color css
<style>
a { background-color: #B5AFD5; }
a { background-color: rgb(181,175,213); }
div.DivClassName
{
background-color: #B5AFD5;
}
.BgClassName
{
background-color: #B5AFD5;
}
</style>
border-color css
<style>
span { border-color: #B5AFD5; }
span { border-color: rgb(181,175,213); }
td.TdClassName
{
border-color: #B5AFD5;
}
.TagClassName
{
border-color: #B5AFD5;
}
</style>