Shades of Cloud #C2BDB7
Tints of Cloud #C2BDB7
RGB
CMYK
RGB Variations
Color information
#C2BDB7 (or 0xC2BDB7) is known color: Cloud. HEX triplet: C2, BD and B7. RGB value is (194,189,183). Sum of RGB (Red+Green+Blue) = 194+189+183=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 183 (71.88% from 255 or 32.33% from 566); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDB7 is #3D4248. Grayscale: #BDBDBD. Windows color (decimal): -4014665 or 12041666. OLE color: 12041666.
HSL color Cylindrical-coordinate representation of color #C2BDB7: hue angle of 32.73º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2BDB7 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 189 | 183 | - |
CMYK | 0 | 0.03 | 0.06 | 0.24 |
HSL | 32.73º | 0.08% | 0.74% | - |
HSV(B) | 32.73º | 0.06% | 0.76% | - |
XYZ | 48.99 | 51.28 | 52.12 | - |
YUV | 189.81 | 124.16 | 130.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 189 | 183 | 0 | 0.03 | 0.06 | 0.24 | 32.73 | 0.08 | 0.74 |
Hex | C2 | BD | B7 | 0 | 3 | 6 | 18 | 21 | 8 | 4A |
Octal | 302 | 275 | 267 | 0 | 3 | 6 | 30 | 41 | 10 | 112 |
Binary | 11000010 | 10111101 | 10110111 | 0 | 11 | 110 | 11000 | 100001 | 1000 | 1001010 |
Color Harmonies of #C2BDB7
Complementary color
Monochromatic Colors of #C2BDB7
Black with #C2BDB7
Text Example
Text Example
White with #C2BDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDB7; }
p { color: rgb(194,189,183); }
H1.HeaderClassName
{
color: #C2BDB7;
}
.AnyTagClassName
{
color: #C2BDB7;
}
</style>
background-color css
<style>
a { background-color: #C2BDB7; }
a { background-color: rgb(194,189,183); }
div.DivClassName
{
background-color: #C2BDB7;
}
.BgClassName
{
background-color: #C2BDB7;
}
</style>
border-color css
<style>
span { border-color: #C2BDB7; }
span { border-color: rgb(194,189,183); }
td.TdClassName
{
border-color: #C2BDB7;
}
.TagClassName
{
border-color: #C2BDB7;
}
</style>