Shades of Cloudy #B3AEA6
Tints of Cloudy #B3AEA6
RGB
CMYK
RGB Variations
Color information
#B3AEA6 (or 0xB3AEA6) is known color: Cloudy. HEX triplet: B3, AE and A6. RGB value is (179,174,166). Sum of RGB (Red+Green+Blue) = 179+174+166=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AEA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AEA6 is #4C5159. Grayscale: #AEAEAE. Windows color (decimal): -5001562 or 10923699. OLE color: 10923699.
HSL color Cylindrical-coordinate representation of color #B3AEA6: hue angle of 36.92º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B3AEA6 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 174 | 166 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.30 |
| HSL | 36.92º | 0.08% | 0.68% | - |
| HSV(B) | 36.92º | 0.07% | 0.7% | - |
| XYZ | 40.61 | 42.61 | 42.16 | - |
| YUV | 174.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 174 | 166 | 0 | 0.03 | 0.07 | 0.30 | 36.92 | 0.08 | 0.68 |
| Hex | B3 | AE | A6 | 0 | 3 | 7 | 1E | 25 | 8 | 44 |
| Octal | 263 | 256 | 246 | 0 | 3 | 7 | 36 | 45 | 10 | 104 |
| Binary | 10110011 | 10101110 | 10100110 | 0 | 11 | 111 | 11110 | 100101 | 1000 | 1000100 |
Color Harmonies of #B3AEA6
Complementary color
Monochromatic Colors of #B3AEA6
Black with #B3AEA6
Text Example
Text Example
White with #B3AEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AEA6; }
p { color: rgb(179,174,166); }
H1.HeaderClassName
{
color: #B3AEA6;
}
.AnyTagClassName
{
color: #B3AEA6;
}
</style>
background-color css
<style>
a { background-color: #B3AEA6; }
a { background-color: rgb(179,174,166); }
div.DivClassName
{
background-color: #B3AEA6;
}
.BgClassName
{
background-color: #B3AEA6;
}
</style>
border-color css
<style>
span { border-color: #B3AEA6; }
span { border-color: rgb(179,174,166); }
td.TdClassName
{
border-color: #B3AEA6;
}
.TagClassName
{
border-color: #B3AEA6;
}
</style>