Shades of Cloudy #B2AAA2
Tints of Cloudy #B2AAA2
RGB
CMYK
RGB Variations
Color information
#B2AAA2 (or 0xB2AAA2) is known color: Cloudy. HEX triplet: B2, AA and A2. RGB value is (178,170,162). Sum of RGB (Red+Green+Blue) = 178+170+162=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 162 (63.67% from 255 or 31.76% from 510); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AAA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AAA2 is #4D555D. Grayscale: #ABABAB. Windows color (decimal): -5068126 or 10660530. OLE color: 10660530.
HSL color Cylindrical-coordinate representation of color #B2AAA2: hue angle of 30º degrees, saturation: 0.09, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2AAA2 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
RGB | 178 | 170 | 162 | - |
CMYK | 0 | 0.04 | 0.09 | 0.30 |
HSL | 30º | 0.09% | 0.67% | - |
HSV(B) | 30º | 0.09% | 0.7% | - |
XYZ | 39.26 | 40.82 | 39.99 | - |
YUV | 171.48 | 122.65 | 132.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 170 | 162 | 0 | 0.04 | 0.09 | 0.30 | 30 | 0.09 | 0.67 |
Hex | B2 | AA | A2 | 0 | 4 | 9 | 1E | 1E | 9 | 43 |
Octal | 262 | 252 | 242 | 0 | 4 | 11 | 36 | 36 | 11 | 103 |
Binary | 10110010 | 10101010 | 10100010 | 0 | 100 | 1001 | 11110 | 11110 | 1001 | 1000011 |
Color Harmonies of #B2AAA2
Complementary color
Monochromatic Colors of #B2AAA2
Black with #B2AAA2
Text Example
Text Example
White with #B2AAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AAA2; }
p { color: rgb(178,170,162); }
H1.HeaderClassName
{
color: #B2AAA2;
}
.AnyTagClassName
{
color: #B2AAA2;
}
</style>
background-color css
<style>
a { background-color: #B2AAA2; }
a { background-color: rgb(178,170,162); }
div.DivClassName
{
background-color: #B2AAA2;
}
.BgClassName
{
background-color: #B2AAA2;
}
</style>
border-color css
<style>
span { border-color: #B2AAA2; }
span { border-color: rgb(178,170,162); }
td.TdClassName
{
border-color: #B2AAA2;
}
.TagClassName
{
border-color: #B2AAA2;
}
</style>