Shades of Cloud #C2BCB1
Tints of Cloud #C2BCB1
RGB
CMYK
RGB Variations
Color information
#C2BCB1 (or 0xC2BCB1) is known color: Cloud. HEX triplet: C2, BC and B1. RGB value is (194,188,177). Sum of RGB (Red+Green+Blue) = 194+188+177=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BCB1 is #3D434E. Grayscale: #BCBCBC. Windows color (decimal): -4014927 or 11648194. OLE color: 11648194.
HSL color Cylindrical-coordinate representation of color #C2BCB1: hue angle of 38.82º degrees, saturation: 0.12, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2BCB1 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 177 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.24 |
| HSL | 38.82º | 0.12% | 0.73% | - |
| HSV(B) | 38.82º | 0.09% | 0.76% | - |
| XYZ | 48.17 | 50.61 | 48.83 | - |
| YUV | 188.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 177 | 0 | 0.03 | 0.09 | 0.24 | 38.82 | 0.12 | 0.73 |
| Hex | C2 | BC | B1 | 0 | 3 | 9 | 18 | 27 | C | 49 |
| Octal | 302 | 274 | 261 | 0 | 3 | 11 | 30 | 47 | 14 | 111 |
| Binary | 11000010 | 10111100 | 10110001 | 0 | 11 | 1001 | 11000 | 100111 | 1100 | 1001001 |
Color Harmonies of #C2BCB1
Complementary color
Monochromatic Colors of #C2BCB1
Black with #C2BCB1
Text Example
Text Example
White with #C2BCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCB1; }
p { color: rgb(194,188,177); }
H1.HeaderClassName
{
color: #C2BCB1;
}
.AnyTagClassName
{
color: #C2BCB1;
}
</style>
background-color css
<style>
a { background-color: #C2BCB1; }
a { background-color: rgb(194,188,177); }
div.DivClassName
{
background-color: #C2BCB1;
}
.BgClassName
{
background-color: #C2BCB1;
}
</style>
border-color css
<style>
span { border-color: #C2BCB1; }
span { border-color: rgb(194,188,177); }
td.TdClassName
{
border-color: #C2BCB1;
}
.TagClassName
{
border-color: #C2BCB1;
}
</style>