Shades of Cloudy #B0AFAD
Tints of Cloudy #B0AFAD
RGB
CMYK
RGB Variations
Color information
#B0AFAD (or 0xB0AFAD) is known color: Cloudy. HEX triplet: B0, AF and AD. RGB value is (176,175,173). Sum of RGB (Red+Green+Blue) = 176+175+173=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 175 (68.75% from 255 or 33.40% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AFAD is #4F5052. Grayscale: #AFAFAF. Windows color (decimal): -5197907 or 11382704. OLE color: 11382704.
HSL color Cylindrical-coordinate representation of color #B0AFAD: hue angle of 40º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B0AFAD is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 175 | 173 | - |
CMYK | 0 | 0.01 | 0.02 | 0.31 |
HSL | 40º | 0.02% | 0.68% | - |
HSV(B) | 40º | 0.02% | 0.69% | - |
XYZ | 40.78 | 42.91 | 45.67 | - |
YUV | 175.07 | 126.83 | 128.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 175 | 173 | 0 | 0.01 | 0.02 | 0.31 | 40 | 0.02 | 0.68 |
Hex | B0 | AF | AD | 0 | 1 | 2 | 1F | 28 | 2 | 44 |
Octal | 260 | 257 | 255 | 0 | 1 | 2 | 37 | 50 | 2 | 104 |
Binary | 10110000 | 10101111 | 10101101 | 0 | 1 | 10 | 11111 | 101000 | 10 | 1000100 |
Color Harmonies of #B0AFAD
Complementary color
Monochromatic Colors of #B0AFAD
Black with #B0AFAD
Text Example
Text Example
White with #B0AFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AFAD; }
p { color: rgb(176,175,173); }
H1.HeaderClassName
{
color: #B0AFAD;
}
.AnyTagClassName
{
color: #B0AFAD;
}
</style>
background-color css
<style>
a { background-color: #B0AFAD; }
a { background-color: rgb(176,175,173); }
div.DivClassName
{
background-color: #B0AFAD;
}
.BgClassName
{
background-color: #B0AFAD;
}
</style>
border-color css
<style>
span { border-color: #B0AFAD; }
span { border-color: rgb(176,175,173); }
td.TdClassName
{
border-color: #B0AFAD;
}
.TagClassName
{
border-color: #B0AFAD;
}
</style>