Shades of Cloud #C4BCB2
Tints of Cloud #C4BCB2
RGB
CMYK
RGB Variations
Color information
#C4BCB2 (or 0xC4BCB2) is known color: Cloud. HEX triplet: C4, BC and B2. RGB value is (196,188,178). Sum of RGB (Red+Green+Blue) = 196+188+178=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 188 (73.83% from 255 or 33.45% from 562); Blue value is 178 (69.92% from 255 or 31.67% from 562); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BCB2 is #3B434D. Grayscale: #BDBDBD. Windows color (decimal): -3883854 or 11713732. OLE color: 11713732.
HSL color Cylindrical-coordinate representation of color #C4BCB2: hue angle of 33.33º degrees, saturation: 0.13, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4BCB2 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 188 | 178 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.23 |
| HSL | 33.33º | 0.13% | 0.73% | - |
| HSV(B) | 33.33º | 0.09% | 0.77% | - |
| XYZ | 48.78 | 50.92 | 49.38 | - |
| YUV | 189.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 178 | 0 | 0.04 | 0.09 | 0.23 | 33.33 | 0.13 | 0.73 |
| Hex | C4 | BC | B2 | 0 | 4 | 9 | 17 | 21 | D | 49 |
| Octal | 304 | 274 | 262 | 0 | 4 | 11 | 27 | 41 | 15 | 111 |
| Binary | 11000100 | 10111100 | 10110010 | 0 | 100 | 1001 | 10111 | 100001 | 1101 | 1001001 |
Color Harmonies of #C4BCB2
Complementary color
Monochromatic Colors of #C4BCB2
Black with #C4BCB2
Text Example
Text Example
White with #C4BCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCB2; }
p { color: rgb(196,188,178); }
H1.HeaderClassName
{
color: #C4BCB2;
}
.AnyTagClassName
{
color: #C4BCB2;
}
</style>
background-color css
<style>
a { background-color: #C4BCB2; }
a { background-color: rgb(196,188,178); }
div.DivClassName
{
background-color: #C4BCB2;
}
.BgClassName
{
background-color: #C4BCB2;
}
</style>
border-color css
<style>
span { border-color: #C4BCB2; }
span { border-color: rgb(196,188,178); }
td.TdClassName
{
border-color: #C4BCB2;
}
.TagClassName
{
border-color: #C4BCB2;
}
</style>