Shades of Cloud #C4BDB4
Tints of Cloud #C4BDB4
RGB
CMYK
RGB Variations
Color information
#C4BDB4 (or 0xC4BDB4) is known color: Cloud. HEX triplet: C4, BD and B4. RGB value is (196,189,180). Sum of RGB (Red+Green+Blue) = 196+189+180=565 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.69% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 180 (70.70% from 255 or 31.86% from 565); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BDB4 is #3B424B. Grayscale: #BEBEBE. Windows color (decimal): -3883596 or 11845060. OLE color: 11845060.
HSL color Cylindrical-coordinate representation of color #C4BDB4: hue angle of 33.75º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C4BDB4 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 189 | 180 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.23 |
| HSL | 33.75º | 0.12% | 0.74% | - |
| HSV(B) | 33.75º | 0.08% | 0.77% | - |
| XYZ | 49.2 | 51.43 | 50.51 | - |
| YUV | 190.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 180 | 0 | 0.04 | 0.08 | 0.23 | 33.75 | 0.12 | 0.74 |
| Hex | C4 | BD | B4 | 0 | 4 | 8 | 17 | 22 | C | 4A |
| Octal | 304 | 275 | 264 | 0 | 4 | 10 | 27 | 42 | 14 | 112 |
| Binary | 11000100 | 10111101 | 10110100 | 0 | 100 | 1000 | 10111 | 100010 | 1100 | 1001010 |
Color Harmonies of #C4BDB4
Complementary color
Monochromatic Colors of #C4BDB4
Black with #C4BDB4
Text Example
Text Example
White with #C4BDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BDB4; }
p { color: rgb(196,189,180); }
H1.HeaderClassName
{
color: #C4BDB4;
}
.AnyTagClassName
{
color: #C4BDB4;
}
</style>
background-color css
<style>
a { background-color: #C4BDB4; }
a { background-color: rgb(196,189,180); }
div.DivClassName
{
background-color: #C4BDB4;
}
.BgClassName
{
background-color: #C4BDB4;
}
</style>
border-color css
<style>
span { border-color: #C4BDB4; }
span { border-color: rgb(196,189,180); }
td.TdClassName
{
border-color: #C4BDB4;
}
.TagClassName
{
border-color: #C4BDB4;
}
</style>