Shades of Cloud #C5BCB2
Tints of Cloud #C5BCB2
RGB
CMYK
RGB Variations
Color information
#C5BCB2 (or 0xC5BCB2) is known color: Cloud. HEX triplet: C5, BC and B2. RGB value is (197,188,178). Sum of RGB (Red+Green+Blue) = 197+188+178=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BCB2 is #3A434D. Grayscale: #BDBDBD. Windows color (decimal): -3818318 or 11713733. OLE color: 11713733.
HSL color Cylindrical-coordinate representation of color #C5BCB2: hue angle of 31.58º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5BCB2 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 188 | 178 | - |
CMYK | 0 | 0.05 | 0.10 | 0.23 |
HSL | 31.58º | 0.14% | 0.74% | - |
HSV(B) | 31.58º | 0.1% | 0.77% | - |
XYZ | 49.05 | 51.05 | 49.39 | - |
YUV | 189.55 | 121.48 | 133.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 188 | 178 | 0 | 0.05 | 0.10 | 0.23 | 31.58 | 0.14 | 0.74 |
Hex | C5 | BC | B2 | 0 | 5 | A | 17 | 20 | E | 4A |
Octal | 305 | 274 | 262 | 0 | 5 | 12 | 27 | 40 | 16 | 112 |
Binary | 11000101 | 10111100 | 10110010 | 0 | 101 | 1010 | 10111 | 100000 | 1110 | 1001010 |
Color Harmonies of #C5BCB2
Complementary color
Monochromatic Colors of #C5BCB2
Black with #C5BCB2
Text Example
Text Example
White with #C5BCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BCB2; }
p { color: rgb(197,188,178); }
H1.HeaderClassName
{
color: #C5BCB2;
}
.AnyTagClassName
{
color: #C5BCB2;
}
</style>
background-color css
<style>
a { background-color: #C5BCB2; }
a { background-color: rgb(197,188,178); }
div.DivClassName
{
background-color: #C5BCB2;
}
.BgClassName
{
background-color: #C5BCB2;
}
</style>
border-color css
<style>
span { border-color: #C5BCB2; }
span { border-color: rgb(197,188,178); }
td.TdClassName
{
border-color: #C5BCB2;
}
.TagClassName
{
border-color: #C5BCB2;
}
</style>