Shades of Cloud #C9BEB2
Tints of Cloud #C9BEB2
RGB
CMYK
RGB Variations
Color information
#C9BEB2 (or 0xC9BEB2) is known color: Cloud. HEX triplet: C9, BE and B2. RGB value is (201,190,178). Sum of RGB (Red+Green+Blue) = 201+190+178=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BEB2 is #36414D. Grayscale: #BFBFBF. Windows color (decimal): -3555662 or 11714249. OLE color: 11714249.
HSL color Cylindrical-coordinate representation of color #C9BEB2: hue angle of 31.3º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9BEB2 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 190 | 178 | - |
CMYK | 0 | 0.05 | 0.11 | 0.21 |
HSL | 31.3º | 0.18% | 0.74% | - |
HSV(B) | 31.3º | 0.11% | 0.79% | - |
XYZ | 50.54 | 52.46 | 49.58 | - |
YUV | 191.92 | 120.14 | 134.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 190 | 178 | 0 | 0.05 | 0.11 | 0.21 | 31.3 | 0.18 | 0.74 |
Hex | C9 | BE | B2 | 0 | 5 | B | 15 | 1F | 12 | 4A |
Octal | 311 | 276 | 262 | 0 | 5 | 13 | 25 | 37 | 22 | 112 |
Binary | 11001001 | 10111110 | 10110010 | 0 | 101 | 1011 | 10101 | 11111 | 10010 | 1001010 |
Color Harmonies of #C9BEB2
Complementary color
Monochromatic Colors of #C9BEB2
Black with #C9BEB2
Text Example
Text Example
White with #C9BEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BEB2; }
p { color: rgb(201,190,178); }
H1.HeaderClassName
{
color: #C9BEB2;
}
.AnyTagClassName
{
color: #C9BEB2;
}
</style>
background-color css
<style>
a { background-color: #C9BEB2; }
a { background-color: rgb(201,190,178); }
div.DivClassName
{
background-color: #C9BEB2;
}
.BgClassName
{
background-color: #C9BEB2;
}
</style>
border-color css
<style>
span { border-color: #C9BEB2; }
span { border-color: rgb(201,190,178); }
td.TdClassName
{
border-color: #C9BEB2;
}
.TagClassName
{
border-color: #C9BEB2;
}
</style>