Shades of Cloud #C4BDAE
Tints of Cloud #C4BDAE
RGB
CMYK
RGB Variations
Color information
#C4BDAE (or 0xC4BDAE) is known color: Cloud. HEX triplet: C4, BD and AE. RGB value is (196,189,174). Sum of RGB (Red+Green+Blue) = 196+189+174=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BDAE is #3B4251. Grayscale: #BDBDBD. Windows color (decimal): -3883602 or 11451844. OLE color: 11451844.
HSL color Cylindrical-coordinate representation of color #C4BDAE: hue angle of 40.91º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4BDAE is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 189 | 174 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.23 |
| HSL | 40.91º | 0.16% | 0.73% | - |
| HSV(B) | 40.91º | 0.11% | 0.77% | - |
| XYZ | 48.6 | 51.19 | 47.36 | - |
| YUV | 189.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 174 | 0 | 0.04 | 0.11 | 0.23 | 40.91 | 0.16 | 0.73 |
| Hex | C4 | BD | AE | 0 | 4 | B | 17 | 29 | 10 | 49 |
| Octal | 304 | 275 | 256 | 0 | 4 | 13 | 27 | 51 | 20 | 111 |
| Binary | 11000100 | 10111101 | 10101110 | 0 | 100 | 1011 | 10111 | 101001 | 10000 | 1001001 |
Color Harmonies of #C4BDAE
Complementary color
Monochromatic Colors of #C4BDAE
Black with #C4BDAE
Text Example
Text Example
White with #C4BDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BDAE; }
p { color: rgb(196,189,174); }
H1.HeaderClassName
{
color: #C4BDAE;
}
.AnyTagClassName
{
color: #C4BDAE;
}
</style>
background-color css
<style>
a { background-color: #C4BDAE; }
a { background-color: rgb(196,189,174); }
div.DivClassName
{
background-color: #C4BDAE;
}
.BgClassName
{
background-color: #C4BDAE;
}
</style>
border-color css
<style>
span { border-color: #C4BDAE; }
span { border-color: rgb(196,189,174); }
td.TdClassName
{
border-color: #C4BDAE;
}
.TagClassName
{
border-color: #C4BDAE;
}
</style>