Shades of Cloud #C4BEB6
Tints of Cloud #C4BEB6
RGB
CMYK
RGB Variations
Color information
#C4BEB6 (or 0xC4BEB6) is known color: Cloud. HEX triplet: C4, BE and B6. RGB value is (196,190,182). Sum of RGB (Red+Green+Blue) = 196+190+182=568 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.51% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BEB6 is #3B4149. Grayscale: #BEBEBE. Windows color (decimal): -3883338 or 11976388. OLE color: 11976388.
HSL color Cylindrical-coordinate representation of color #C4BEB6: hue angle of 34.29º degrees, saturation: 0.11, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C4BEB6 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 190 | 182 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.23 |
| HSL | 34.29º | 0.11% | 0.74% | - |
| HSV(B) | 34.29º | 0.07% | 0.77% | - |
| XYZ | 49.62 | 51.94 | 51.67 | - |
| YUV | 190.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 182 | 0 | 0.03 | 0.07 | 0.23 | 34.29 | 0.11 | 0.74 |
| Hex | C4 | BE | B6 | 0 | 3 | 7 | 17 | 22 | B | 4A |
| Octal | 304 | 276 | 266 | 0 | 3 | 7 | 27 | 42 | 13 | 112 |
| Binary | 11000100 | 10111110 | 10110110 | 0 | 11 | 111 | 10111 | 100010 | 1011 | 1001010 |
Color Harmonies of #C4BEB6
Complementary color
Monochromatic Colors of #C4BEB6
Black with #C4BEB6
Text Example
Text Example
White with #C4BEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BEB6; }
p { color: rgb(196,190,182); }
H1.HeaderClassName
{
color: #C4BEB6;
}
.AnyTagClassName
{
color: #C4BEB6;
}
</style>
background-color css
<style>
a { background-color: #C4BEB6; }
a { background-color: rgb(196,190,182); }
div.DivClassName
{
background-color: #C4BEB6;
}
.BgClassName
{
background-color: #C4BEB6;
}
</style>
border-color css
<style>
span { border-color: #C4BEB6; }
span { border-color: rgb(196,190,182); }
td.TdClassName
{
border-color: #C4BEB6;
}
.TagClassName
{
border-color: #C4BEB6;
}
</style>