Shades of Cloud #C6BDB3
Tints of Cloud #C6BDB3
RGB
CMYK
RGB Variations
Color information
#C6BDB3 (or 0xC6BDB3) is known color: Cloud. HEX triplet: C6, BD and B3. RGB value is (198,189,179). Sum of RGB (Red+Green+Blue) = 198+189+179=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 179 (70.31% from 255 or 31.63% from 566); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BDB3 is #39424C. Grayscale: #BEBEBE. Windows color (decimal): -3752525 or 11779526. OLE color: 11779526.
HSL color Cylindrical-coordinate representation of color #C6BDB3: hue angle of 31.58º degrees, saturation: 0.14, 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 #C6BDB3 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 189 | 179 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.22 |
| HSL | 31.58º | 0.14% | 0.74% | - |
| HSV(B) | 31.58º | 0.1% | 0.78% | - |
| XYZ | 49.62 | 51.66 | 50 | - |
| YUV | 190.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 179 | 0 | 0.05 | 0.10 | 0.22 | 31.58 | 0.14 | 0.74 |
| Hex | C6 | BD | B3 | 0 | 5 | A | 16 | 20 | E | 4A |
| Octal | 306 | 275 | 263 | 0 | 5 | 12 | 26 | 40 | 16 | 112 |
| Binary | 11000110 | 10111101 | 10110011 | 0 | 101 | 1010 | 10110 | 100000 | 1110 | 1001010 |
Color Harmonies of #C6BDB3
Complementary color
Monochromatic Colors of #C6BDB3
Black with #C6BDB3
Text Example
Text Example
White with #C6BDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BDB3; }
p { color: rgb(198,189,179); }
H1.HeaderClassName
{
color: #C6BDB3;
}
.AnyTagClassName
{
color: #C6BDB3;
}
</style>
background-color css
<style>
a { background-color: #C6BDB3; }
a { background-color: rgb(198,189,179); }
div.DivClassName
{
background-color: #C6BDB3;
}
.BgClassName
{
background-color: #C6BDB3;
}
</style>
border-color css
<style>
span { border-color: #C6BDB3; }
span { border-color: rgb(198,189,179); }
td.TdClassName
{
border-color: #C6BDB3;
}
.TagClassName
{
border-color: #C6BDB3;
}
</style>