Shades of Cloudy #B2AEA8
Tints of Cloudy #B2AEA8
RGB
CMYK
RGB Variations
Color information
#B2AEA8 (or 0xB2AEA8) is known color: Cloudy. HEX triplet: B2, AE and A8. RGB value is (178,174,168). Sum of RGB (Red+Green+Blue) = 178+174+168=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 174 (68.36% from 255 or 33.46% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AEA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AEA8 is #4D5157. Grayscale: #AEAEAE. Windows color (decimal): -5067096 or 11054770. OLE color: 11054770.
HSL color Cylindrical-coordinate representation of color #B2AEA8: hue angle of 36º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B2AEA8 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
RGB | 178 | 174 | 168 | - |
CMYK | 0 | 0.02 | 0.06 | 0.30 |
HSL | 36º | 0.06% | 0.68% | - |
HSV(B) | 36º | 0.06% | 0.7% | - |
XYZ | 40.56 | 42.56 | 43.12 | - |
YUV | 174.51 | 124.33 | 130.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 174 | 168 | 0 | 0.02 | 0.06 | 0.30 | 36 | 0.06 | 0.68 |
Hex | B2 | AE | A8 | 0 | 2 | 6 | 1E | 24 | 6 | 44 |
Octal | 262 | 256 | 250 | 0 | 2 | 6 | 36 | 44 | 6 | 104 |
Binary | 10110010 | 10101110 | 10101000 | 0 | 10 | 110 | 11110 | 100100 | 110 | 1000100 |
Color Harmonies of #B2AEA8
Complementary color
Monochromatic Colors of #B2AEA8
Black with #B2AEA8
Text Example
Text Example
White with #B2AEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AEA8; }
p { color: rgb(178,174,168); }
H1.HeaderClassName
{
color: #B2AEA8;
}
.AnyTagClassName
{
color: #B2AEA8;
}
</style>
background-color css
<style>
a { background-color: #B2AEA8; }
a { background-color: rgb(178,174,168); }
div.DivClassName
{
background-color: #B2AEA8;
}
.BgClassName
{
background-color: #B2AEA8;
}
</style>
border-color css
<style>
span { border-color: #B2AEA8; }
span { border-color: rgb(178,174,168); }
td.TdClassName
{
border-color: #B2AEA8;
}
.TagClassName
{
border-color: #B2AEA8;
}
</style>