Shades of Blue Haze #B5AFC6
Tints of Blue Haze #B5AFC6
RGB
CMYK
RGB Variations
Color information
#B5AFC6 (or 0xB5AFC6) is known color: Blue Haze. HEX triplet: B5, AF and C6. RGB value is (181,175,198). Sum of RGB (Red+Green+Blue) = 181+175+198=554 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.67% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 198 - color contains mainly: blue. Hex color #B5AFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFC6 is #4A5039. Grayscale: #B3B3B3. Windows color (decimal): -4870202 or 13021109. OLE color: 13021109.
HSL color Cylindrical-coordinate representation of color #B5AFC6: hue angle of 255.65º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5AFC6 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 181 | 175 | 198 | - |
CMYK | 0.09 | 0.12 | 0 | 0.22 |
HSL | 255.65º | 0.17% | 0.73% | - |
HSV(B) | 255.65º | 0.12% | 0.78% | - |
XYZ | 44.58 | 44.56 | 59.68 | - |
YUV | 179.42 | 138.49 | 129.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 175 | 198 | 0.09 | 0.12 | 0 | 0.22 | 255.65 | 0.17 | 0.73 |
Hex | B5 | AF | C6 | 9 | C | 0 | 16 | 100 | 11 | 49 |
Octal | 265 | 257 | 306 | 11 | 14 | 0 | 26 | 400 | 21 | 111 |
Binary | 10110101 | 10101111 | 11000110 | 1001 | 1100 | 0 | 10110 | 100000000 | 10001 | 1001001 |
Color Harmonies of #B5AFC6
Complementary color
Monochromatic Colors of #B5AFC6
Black with #B5AFC6
Text Example
Text Example
White with #B5AFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AFC6; }
p { color: rgb(181,175,198); }
H1.HeaderClassName
{
color: #B5AFC6;
}
.AnyTagClassName
{
color: #B5AFC6;
}
</style>
background-color css
<style>
a { background-color: #B5AFC6; }
a { background-color: rgb(181,175,198); }
div.DivClassName
{
background-color: #B5AFC6;
}
.BgClassName
{
background-color: #B5AFC6;
}
</style>
border-color css
<style>
span { border-color: #B5AFC6; }
span { border-color: rgb(181,175,198); }
td.TdClassName
{
border-color: #B5AFC6;
}
.TagClassName
{
border-color: #B5AFC6;
}
</style>