Shades of Cloud #C6BEB2
Tints of Cloud #C6BEB2
RGB
CMYK
RGB Variations
Color information
#C6BEB2 (or 0xC6BEB2) is known color: Cloud. HEX triplet: C6, BE and B2. RGB value is (198,190,178). Sum of RGB (Red+Green+Blue) = 198+190+178=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BEB2 is #39414D. Grayscale: #BFBFBF. Windows color (decimal): -3752270 or 11714246. OLE color: 11714246.
HSL color Cylindrical-coordinate representation of color #C6BEB2: hue angle of 36º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6BEB2 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 190 | 178 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.22 |
| HSL | 36º | 0.15% | 0.74% | - |
| HSV(B) | 36º | 0.1% | 0.78% | - |
| XYZ | 49.74 | 52.05 | 49.54 | - |
| YUV | 191.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 178 | 0 | 0.04 | 0.10 | 0.22 | 36 | 0.15 | 0.74 |
| Hex | C6 | BE | B2 | 0 | 4 | A | 16 | 24 | F | 4A |
| Octal | 306 | 276 | 262 | 0 | 4 | 12 | 26 | 44 | 17 | 112 |
| Binary | 11000110 | 10111110 | 10110010 | 0 | 100 | 1010 | 10110 | 100100 | 1111 | 1001010 |
Color Harmonies of #C6BEB2
Complementary color
Monochromatic Colors of #C6BEB2
Black with #C6BEB2
Text Example
Text Example
White with #C6BEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BEB2; }
p { color: rgb(198,190,178); }
H1.HeaderClassName
{
color: #C6BEB2;
}
.AnyTagClassName
{
color: #C6BEB2;
}
</style>
background-color css
<style>
a { background-color: #C6BEB2; }
a { background-color: rgb(198,190,178); }
div.DivClassName
{
background-color: #C6BEB2;
}
.BgClassName
{
background-color: #C6BEB2;
}
</style>
border-color css
<style>
span { border-color: #C6BEB2; }
span { border-color: rgb(198,190,178); }
td.TdClassName
{
border-color: #C6BEB2;
}
.TagClassName
{
border-color: #C6BEB2;
}
</style>