Shades of Cloud #C3BCB2
Tints of Cloud #C3BCB2
RGB
CMYK
RGB Variations
Color information
#C3BCB2 (or 0xC3BCB2) is known color: Cloud. HEX triplet: C3, BC and B2. RGB value is (195,188,178). Sum of RGB (Red+Green+Blue) = 195+188+178=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BCB2 is #3C434D. Grayscale: #BDBDBD. Windows color (decimal): -3949390 or 11713731. OLE color: 11713731.
HSL color Cylindrical-coordinate representation of color #C3BCB2: hue angle of 35.29º 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 #C3BCB2 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 188 | 178 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.24 |
| HSL | 35.29º | 0.12% | 0.73% | - |
| HSV(B) | 35.29º | 0.09% | 0.76% | - |
| XYZ | 48.52 | 50.78 | 49.36 | - |
| YUV | 188.95 | 121.82 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 178 | 0 | 0.04 | 0.09 | 0.24 | 35.29 | 0.12 | 0.73 |
| Hex | C3 | BC | B2 | 0 | 4 | 9 | 18 | 23 | C | 49 |
| Octal | 303 | 274 | 262 | 0 | 4 | 11 | 30 | 43 | 14 | 111 |
| Binary | 11000011 | 10111100 | 10110010 | 0 | 100 | 1001 | 11000 | 100011 | 1100 | 1001001 |
Color Harmonies of #C3BCB2
Complementary color
Monochromatic Colors of #C3BCB2
Black with #C3BCB2
Text Example
Text Example
White with #C3BCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BCB2; }
p { color: rgb(195,188,178); }
H1.HeaderClassName
{
color: #C3BCB2;
}
.AnyTagClassName
{
color: #C3BCB2;
}
</style>
background-color css
<style>
a { background-color: #C3BCB2; }
a { background-color: rgb(195,188,178); }
div.DivClassName
{
background-color: #C3BCB2;
}
.BgClassName
{
background-color: #C3BCB2;
}
</style>
border-color css
<style>
span { border-color: #C3BCB2; }
span { border-color: rgb(195,188,178); }
td.TdClassName
{
border-color: #C3BCB2;
}
.TagClassName
{
border-color: #C3BCB2;
}
</style>