Shades of Cloudy #B7AEA2
Tints of Cloudy #B7AEA2
RGB
CMYK
RGB Variations
Color information
#B7AEA2 (or 0xB7AEA2) is known color: Cloudy. HEX triplet: B7, AE and A2. RGB value is (183,174,162). Sum of RGB (Red+Green+Blue) = 183+174+162=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AEA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AEA2 is #48515D. Grayscale: #AFAFAF. Windows color (decimal): -4739422 or 10661559. OLE color: 10661559.
HSL color Cylindrical-coordinate representation of color #B7AEA2: hue angle of 34.29º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7AEA2 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 174 | 162 | - |
CMYK | 0 | 0.05 | 0.11 | 0.28 |
HSL | 34.29º | 0.13% | 0.68% | - |
HSV(B) | 34.29º | 0.11% | 0.72% | - |
XYZ | 41.19 | 42.95 | 40.3 | - |
YUV | 175.32 | 120.48 | 133.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 174 | 162 | 0 | 0.05 | 0.11 | 0.28 | 34.29 | 0.13 | 0.68 |
Hex | B7 | AE | A2 | 0 | 5 | B | 1C | 22 | D | 44 |
Octal | 267 | 256 | 242 | 0 | 5 | 13 | 34 | 42 | 15 | 104 |
Binary | 10110111 | 10101110 | 10100010 | 0 | 101 | 1011 | 11100 | 100010 | 1101 | 1000100 |
Color Harmonies of #B7AEA2
Complementary color
Monochromatic Colors of #B7AEA2
Black with #B7AEA2
Text Example
Text Example
White with #B7AEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AEA2; }
p { color: rgb(183,174,162); }
H1.HeaderClassName
{
color: #B7AEA2;
}
.AnyTagClassName
{
color: #B7AEA2;
}
</style>
background-color css
<style>
a { background-color: #B7AEA2; }
a { background-color: rgb(183,174,162); }
div.DivClassName
{
background-color: #B7AEA2;
}
.BgClassName
{
background-color: #B7AEA2;
}
</style>
border-color css
<style>
span { border-color: #B7AEA2; }
span { border-color: rgb(183,174,162); }
td.TdClassName
{
border-color: #B7AEA2;
}
.TagClassName
{
border-color: #B7AEA2;
}
</style>