Shades of Cloudy #B5AFA4
Tints of Cloudy #B5AFA4
RGB
CMYK
RGB Variations
Color information
#B5AFA4 (or 0xB5AFA4) is known color: Cloudy. HEX triplet: B5, AF and A4. RGB value is (181,175,164). Sum of RGB (Red+Green+Blue) = 181+175+164=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 175 (68.75% from 255 or 33.65% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AFA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AFA4 is #4A505B. Grayscale: #AFAFAF. Windows color (decimal): -4870236 or 10792885. OLE color: 10792885.
HSL color Cylindrical-coordinate representation of color #B5AFA4: hue angle of 38.82º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B5AFA4 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 175 | 164 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.29 |
| HSL | 38.82º | 0.1% | 0.68% | - |
| HSV(B) | 38.82º | 0.09% | 0.71% | - |
| XYZ | 41.09 | 43.16 | 41.29 | - |
| YUV | 175.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 175 | 164 | 0 | 0.03 | 0.09 | 0.29 | 38.82 | 0.1 | 0.68 |
| Hex | B5 | AF | A4 | 0 | 3 | 9 | 1D | 27 | A | 44 |
| Octal | 265 | 257 | 244 | 0 | 3 | 11 | 35 | 47 | 12 | 104 |
| Binary | 10110101 | 10101111 | 10100100 | 0 | 11 | 1001 | 11101 | 100111 | 1010 | 1000100 |
Color Harmonies of #B5AFA4
Complementary color
Monochromatic Colors of #B5AFA4
Black with #B5AFA4
Text Example
Text Example
White with #B5AFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AFA4; }
p { color: rgb(181,175,164); }
H1.HeaderClassName
{
color: #B5AFA4;
}
.AnyTagClassName
{
color: #B5AFA4;
}
</style>
background-color css
<style>
a { background-color: #B5AFA4; }
a { background-color: rgb(181,175,164); }
div.DivClassName
{
background-color: #B5AFA4;
}
.BgClassName
{
background-color: #B5AFA4;
}
</style>
border-color css
<style>
span { border-color: #B5AFA4; }
span { border-color: rgb(181,175,164); }
td.TdClassName
{
border-color: #B5AFA4;
}
.TagClassName
{
border-color: #B5AFA4;
}
</style>