Shades of Cloud #C7BDB2
Tints of Cloud #C7BDB2
RGB
CMYK
RGB Variations
Color information
#C7BDB2 (or 0xC7BDB2) is known color: Cloud. HEX triplet: C7, BD and B2. RGB value is (199,189,178). Sum of RGB (Red+Green+Blue) = 199+189+178=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BDB2 is #38424D. Grayscale: #BEBEBE. Windows color (decimal): -3686990 or 11713991. OLE color: 11713991.
HSL color Cylindrical-coordinate representation of color #C7BDB2: hue angle of 31.43º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7BDB2 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 189 | 178 | - |
CMYK | 0 | 0.05 | 0.11 | 0.22 |
HSL | 31.43º | 0.16% | 0.74% | - |
HSV(B) | 31.43º | 0.11% | 0.78% | - |
XYZ | 49.79 | 51.75 | 49.48 | - |
YUV | 190.74 | 120.81 | 133.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 189 | 178 | 0 | 0.05 | 0.11 | 0.22 | 31.43 | 0.16 | 0.74 |
Hex | C7 | BD | B2 | 0 | 5 | B | 16 | 1F | 10 | 4A |
Octal | 307 | 275 | 262 | 0 | 5 | 13 | 26 | 37 | 20 | 112 |
Binary | 11000111 | 10111101 | 10110010 | 0 | 101 | 1011 | 10110 | 11111 | 10000 | 1001010 |
Color Harmonies of #C7BDB2
Complementary color
Monochromatic Colors of #C7BDB2
Black with #C7BDB2
Text Example
Text Example
White with #C7BDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BDB2; }
p { color: rgb(199,189,178); }
H1.HeaderClassName
{
color: #C7BDB2;
}
.AnyTagClassName
{
color: #C7BDB2;
}
</style>
background-color css
<style>
a { background-color: #C7BDB2; }
a { background-color: rgb(199,189,178); }
div.DivClassName
{
background-color: #C7BDB2;
}
.BgClassName
{
background-color: #C7BDB2;
}
</style>
border-color css
<style>
span { border-color: #C7BDB2; }
span { border-color: rgb(199,189,178); }
td.TdClassName
{
border-color: #C7BDB2;
}
.TagClassName
{
border-color: #C7BDB2;
}
</style>