Shades of Moon Raker #C5BDD2
Tints of Moon Raker #C5BDD2
RGB
CMYK
RGB Variations
Color information
#C5BDD2 (or 0xC5BDD2) is known color: Moon Raker. HEX triplet: C5, BD and D2. RGB value is (197,189,210). Sum of RGB (Red+Green+Blue) = 197+189+210=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 210 - color contains mainly: blue. Hex color #C5BDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDD2 is #3A422D. Grayscale: #C1C1C1. Windows color (decimal): -3818030 or 13811141. OLE color: 13811141.
HSL color Cylindrical-coordinate representation of color #C5BDD2: hue angle of 262.86º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5BDD2 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 189 | 210 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.18 |
| HSL | 262.86º | 0.19% | 0.78% | - |
| HSV(B) | 262.86º | 0.1% | 0.82% | - |
| XYZ | 52.86 | 52.92 | 68.4 | - |
| YUV | 193.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 189 | 210 | 0.06 | 0.10 | 0 | 0.18 | 262.86 | 0.19 | 0.78 |
| Hex | C5 | BD | D2 | 6 | A | 0 | 12 | 107 | 13 | 4E |
| Octal | 305 | 275 | 322 | 6 | 12 | 0 | 22 | 407 | 23 | 116 |
| Binary | 11000101 | 10111101 | 11010010 | 110 | 1010 | 0 | 10010 | 100000111 | 10011 | 1001110 |
Color Harmonies of #C5BDD2
Complementary color
Monochromatic Colors of #C5BDD2
Black with #C5BDD2
Text Example
Text Example
White with #C5BDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BDD2; }
p { color: rgb(197,189,210); }
H1.HeaderClassName
{
color: #C5BDD2;
}
.AnyTagClassName
{
color: #C5BDD2;
}
</style>
background-color css
<style>
a { background-color: #C5BDD2; }
a { background-color: rgb(197,189,210); }
div.DivClassName
{
background-color: #C5BDD2;
}
.BgClassName
{
background-color: #C5BDD2;
}
</style>
border-color css
<style>
span { border-color: #C5BDD2; }
span { border-color: rgb(197,189,210); }
td.TdClassName
{
border-color: #C5BDD2;
}
.TagClassName
{
border-color: #C5BDD2;
}
</style>