Shades of Cloud #C8BDAE
Tints of Cloud #C8BDAE
RGB
CMYK
RGB Variations
Color information
#C8BDAE (or 0xC8BDAE) is known color: Cloud. HEX triplet: C8, BD and AE. RGB value is (200,189,174). Sum of RGB (Red+Green+Blue) = 200+189+174=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BDAE is #374251. Grayscale: #BEBEBE. Windows color (decimal): -3621458 or 11451848. OLE color: 11451848.
HSL color Cylindrical-coordinate representation of color #C8BDAE: hue angle of 34.62º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8BDAE is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 189 | 174 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.22 |
| HSL | 34.62º | 0.19% | 0.73% | - |
| HSV(B) | 34.62º | 0.13% | 0.78% | - |
| XYZ | 49.66 | 51.73 | 47.41 | - |
| YUV | 190.58 | 118.64 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 174 | 0 | 0.06 | 0.13 | 0.22 | 34.62 | 0.19 | 0.73 |
| Hex | C8 | BD | AE | 0 | 6 | D | 16 | 23 | 13 | 49 |
| Octal | 310 | 275 | 256 | 0 | 6 | 15 | 26 | 43 | 23 | 111 |
| Binary | 11001000 | 10111101 | 10101110 | 0 | 110 | 1101 | 10110 | 100011 | 10011 | 1001001 |
Color Harmonies of #C8BDAE
Complementary color
Monochromatic Colors of #C8BDAE
Black with #C8BDAE
Text Example
Text Example
White with #C8BDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BDAE; }
p { color: rgb(200,189,174); }
H1.HeaderClassName
{
color: #C8BDAE;
}
.AnyTagClassName
{
color: #C8BDAE;
}
</style>
background-color css
<style>
a { background-color: #C8BDAE; }
a { background-color: rgb(200,189,174); }
div.DivClassName
{
background-color: #C8BDAE;
}
.BgClassName
{
background-color: #C8BDAE;
}
</style>
border-color css
<style>
span { border-color: #C8BDAE; }
span { border-color: rgb(200,189,174); }
td.TdClassName
{
border-color: #C8BDAE;
}
.TagClassName
{
border-color: #C8BDAE;
}
</style>