Shades of Moon Raker #C5BBD1
Tints of Moon Raker #C5BBD1
RGB
CMYK
RGB Variations
Color information
#C5BBD1 (or 0xC5BBD1) is known color: Moon Raker. HEX triplet: C5, BB and D1. RGB value is (197,187,209). Sum of RGB (Red+Green+Blue) = 197+187+209=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 209 - color contains mainly: blue. Hex color #C5BBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBD1 is #3A442E. Grayscale: #C0C0C0. Windows color (decimal): -3818543 or 13745093. OLE color: 13745093.
HSL color Cylindrical-coordinate representation of color #C5BBD1: hue angle of 267.27º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5BBD1 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 187 | 209 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.18 |
| HSL | 267.27º | 0.19% | 0.78% | - |
| HSV(B) | 267.27º | 0.11% | 0.82% | - |
| XYZ | 52.3 | 52.01 | 67.6 | - |
| YUV | 192.5 | 137.31 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 209 | 0.06 | 0.11 | 0 | 0.18 | 267.27 | 0.19 | 0.78 |
| Hex | C5 | BB | D1 | 6 | B | 0 | 12 | 10B | 13 | 4E |
| Octal | 305 | 273 | 321 | 6 | 13 | 0 | 22 | 413 | 23 | 116 |
| Binary | 11000101 | 10111011 | 11010001 | 110 | 1011 | 0 | 10010 | 100001011 | 10011 | 1001110 |
Color Harmonies of #C5BBD1
Complementary color
Monochromatic Colors of #C5BBD1
Black with #C5BBD1
Text Example
Text Example
White with #C5BBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BBD1; }
p { color: rgb(197,187,209); }
H1.HeaderClassName
{
color: #C5BBD1;
}
.AnyTagClassName
{
color: #C5BBD1;
}
</style>
background-color css
<style>
a { background-color: #C5BBD1; }
a { background-color: rgb(197,187,209); }
div.DivClassName
{
background-color: #C5BBD1;
}
.BgClassName
{
background-color: #C5BBD1;
}
</style>
border-color css
<style>
span { border-color: #C5BBD1; }
span { border-color: rgb(197,187,209); }
td.TdClassName
{
border-color: #C5BBD1;
}
.TagClassName
{
border-color: #C5BBD1;
}
</style>