Shades of Blue Haze #B4AFC5
Tints of Blue Haze #B4AFC5
RGB
CMYK
RGB Variations
Color information
#B4AFC5 (or 0xB4AFC5) is known color: Blue Haze. HEX triplet: B4, AF and C5. RGB value is (180,175,197). Sum of RGB (Red+Green+Blue) = 180+175+197=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 197 (77.34% from 255 or 35.69% from 552); Max value from RGB is 197 - color contains mainly: blue. Hex color #B4AFC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AFC5 is #4B503A. Grayscale: #B2B2B2. Windows color (decimal): -4935739 or 12955572. OLE color: 12955572.
HSL color Cylindrical-coordinate representation of color #B4AFC5: hue angle of 253.64º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4AFC5 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 175 | 197 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.23 |
| HSL | 253.64º | 0.16% | 0.73% | - |
| HSV(B) | 253.64º | 0.11% | 0.77% | - |
| XYZ | 44.23 | 44.39 | 59.06 | - |
| YUV | 179 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 175 | 197 | 0.09 | 0.11 | 0 | 0.23 | 253.64 | 0.16 | 0.73 |
| Hex | B4 | AF | C5 | 9 | B | 0 | 17 | FE | 10 | 49 |
| Octal | 264 | 257 | 305 | 11 | 13 | 0 | 27 | 376 | 20 | 111 |
| Binary | 10110100 | 10101111 | 11000101 | 1001 | 1011 | 0 | 10111 | 11111110 | 10000 | 1001001 |
Color Harmonies of #B4AFC5
Complementary color
Monochromatic Colors of #B4AFC5
Black with #B4AFC5
Text Example
Text Example
White with #B4AFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AFC5; }
p { color: rgb(180,175,197); }
H1.HeaderClassName
{
color: #B4AFC5;
}
.AnyTagClassName
{
color: #B4AFC5;
}
</style>
background-color css
<style>
a { background-color: #B4AFC5; }
a { background-color: rgb(180,175,197); }
div.DivClassName
{
background-color: #B4AFC5;
}
.BgClassName
{
background-color: #B4AFC5;
}
</style>
border-color css
<style>
span { border-color: #B4AFC5; }
span { border-color: rgb(180,175,197); }
td.TdClassName
{
border-color: #B4AFC5;
}
.TagClassName
{
border-color: #B4AFC5;
}
</style>