Shades of Cloudy #B7AB9C
Tints of Cloudy #B7AB9C
RGB
CMYK
RGB Variations
Color information
#B7AB9C (or 0xB7AB9C) is known color: Cloudy. HEX triplet: B7, AB and 9C. RGB value is (183,171,156). Sum of RGB (Red+Green+Blue) = 183+171+156=510 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.88% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AB9C is #485463. Grayscale: #ACACAC. Windows color (decimal): -4740196 or 10267575. OLE color: 10267575.
HSL color Cylindrical-coordinate representation of color #B7AB9C: hue angle of 33.33º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B7AB9C is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 171 | 156 | - |
CMYK | 0 | 0.07 | 0.15 | 0.28 |
HSL | 33.33º | 0.16% | 0.66% | - |
HSV(B) | 33.33º | 0.15% | 0.72% | - |
XYZ | 40.09 | 41.59 | 37.37 | - |
YUV | 172.88 | 118.48 | 135.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 171 | 156 | 0 | 0.07 | 0.15 | 0.28 | 33.33 | 0.16 | 0.66 |
Hex | B7 | AB | 9C | 0 | 7 | F | 1C | 21 | 10 | 42 |
Octal | 267 | 253 | 234 | 0 | 7 | 17 | 34 | 41 | 20 | 102 |
Binary | 10110111 | 10101011 | 10011100 | 0 | 111 | 1111 | 11100 | 100001 | 10000 | 1000010 |
Color Harmonies of #B7AB9C
Complementary color
Monochromatic Colors of #B7AB9C
Black with #B7AB9C
Text Example
Text Example
White with #B7AB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AB9C; }
p { color: rgb(183,171,156); }
H1.HeaderClassName
{
color: #B7AB9C;
}
.AnyTagClassName
{
color: #B7AB9C;
}
</style>
background-color css
<style>
a { background-color: #B7AB9C; }
a { background-color: rgb(183,171,156); }
div.DivClassName
{
background-color: #B7AB9C;
}
.BgClassName
{
background-color: #B7AB9C;
}
</style>
border-color css
<style>
span { border-color: #B7AB9C; }
span { border-color: rgb(183,171,156); }
td.TdClassName
{
border-color: #B7AB9C;
}
.TagClassName
{
border-color: #B7AB9C;
}
</style>