Shades of Cloud #C4BDB2
Tints of Cloud #C4BDB2
RGB
CMYK
RGB Variations
Color information
#C4BDB2 (or 0xC4BDB2) is known color: Cloud. HEX triplet: C4, BD and B2. RGB value is (196,189,178). Sum of RGB (Red+Green+Blue) = 196+189+178=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 178 (69.92% from 255 or 31.62% from 563); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BDB2 is #3B424D. Grayscale: #BDBDBD. Windows color (decimal): -3883598 or 11713988. OLE color: 11713988.
HSL color Cylindrical-coordinate representation of color #C4BDB2: hue angle of 36.67º 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 #C4BDB2 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
RGB | 196 | 189 | 178 | - |
CMYK | 0 | 0.04 | 0.09 | 0.23 |
HSL | 36.67º | 0.13% | 0.73% | - |
HSV(B) | 36.67º | 0.09% | 0.77% | - |
XYZ | 49 | 51.35 | 49.45 | - |
YUV | 189.84 | 121.32 | 132.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 189 | 178 | 0 | 0.04 | 0.09 | 0.23 | 36.67 | 0.13 | 0.73 |
Hex | C4 | BD | B2 | 0 | 4 | 9 | 17 | 25 | D | 49 |
Octal | 304 | 275 | 262 | 0 | 4 | 11 | 27 | 45 | 15 | 111 |
Binary | 11000100 | 10111101 | 10110010 | 0 | 100 | 1001 | 10111 | 100101 | 1101 | 1001001 |
Color Harmonies of #C4BDB2
Complementary color
Monochromatic Colors of #C4BDB2
Black with #C4BDB2
Text Example
Text Example
White with #C4BDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BDB2; }
p { color: rgb(196,189,178); }
H1.HeaderClassName
{
color: #C4BDB2;
}
.AnyTagClassName
{
color: #C4BDB2;
}
</style>
background-color css
<style>
a { background-color: #C4BDB2; }
a { background-color: rgb(196,189,178); }
div.DivClassName
{
background-color: #C4BDB2;
}
.BgClassName
{
background-color: #C4BDB2;
}
</style>
border-color css
<style>
span { border-color: #C4BDB2; }
span { border-color: rgb(196,189,178); }
td.TdClassName
{
border-color: #C4BDB2;
}
.TagClassName
{
border-color: #C4BDB2;
}
</style>