Shades of Cloud #C2BDB3
Tints of Cloud #C2BDB3
RGB
CMYK
RGB Variations
Color information
#C2BDB3 (or 0xC2BDB3) is known color: Cloud. HEX triplet: C2, BD and B3. RGB value is (194,189,179). Sum of RGB (Red+Green+Blue) = 194+189+179=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDB3 is #3D424C. Grayscale: #BDBDBD. Windows color (decimal): -4014669 or 11779522. OLE color: 11779522.
HSL color Cylindrical-coordinate representation of color #C2BDB3: hue angle of 40º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C2BDB3 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 179 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.24 |
| HSL | 40º | 0.11% | 0.73% | - |
| HSV(B) | 40º | 0.08% | 0.76% | - |
| XYZ | 48.58 | 51.12 | 49.95 | - |
| YUV | 189.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 179 | 0 | 0.03 | 0.08 | 0.24 | 40 | 0.11 | 0.73 |
| Hex | C2 | BD | B3 | 0 | 3 | 8 | 18 | 28 | B | 49 |
| Octal | 302 | 275 | 263 | 0 | 3 | 10 | 30 | 50 | 13 | 111 |
| Binary | 11000010 | 10111101 | 10110011 | 0 | 11 | 1000 | 11000 | 101000 | 1011 | 1001001 |
Color Harmonies of #C2BDB3
Complementary color
Monochromatic Colors of #C2BDB3
Black with #C2BDB3
Text Example
Text Example
White with #C2BDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDB3; }
p { color: rgb(194,189,179); }
H1.HeaderClassName
{
color: #C2BDB3;
}
.AnyTagClassName
{
color: #C2BDB3;
}
</style>
background-color css
<style>
a { background-color: #C2BDB3; }
a { background-color: rgb(194,189,179); }
div.DivClassName
{
background-color: #C2BDB3;
}
.BgClassName
{
background-color: #C2BDB3;
}
</style>
border-color css
<style>
span { border-color: #C2BDB3; }
span { border-color: rgb(194,189,179); }
td.TdClassName
{
border-color: #C2BDB3;
}
.TagClassName
{
border-color: #C2BDB3;
}
</style>