Shades of Moon Raker #C5BBD4
Tints of Moon Raker #C5BBD4
RGB
CMYK
RGB Variations
Color information
#C5BBD4 (or 0xC5BBD4) is known color: Moon Raker. HEX triplet: C5, BB and D4. RGB value is (197,187,212). Sum of RGB (Red+Green+Blue) = 197+187+212=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 212 - color contains mainly: blue. Hex color #C5BBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBD4 is #3A442B. Grayscale: #C0C0C0. Windows color (decimal): -3818540 or 13941701. OLE color: 13941701.
HSL color Cylindrical-coordinate representation of color #C5BBD4: hue angle of 264º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5BBD4 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 187 | 212 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.17 |
| HSL | 264º | 0.23% | 0.78% | - |
| HSV(B) | 264º | 0.12% | 0.83% | - |
| XYZ | 52.68 | 52.16 | 69.58 | - |
| YUV | 192.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 212 | 0.07 | 0.12 | 0 | 0.17 | 264 | 0.23 | 0.78 |
| Hex | C5 | BB | D4 | 7 | C | 0 | 11 | 108 | 17 | 4E |
| Octal | 305 | 273 | 324 | 7 | 14 | 0 | 21 | 410 | 27 | 116 |
| Binary | 11000101 | 10111011 | 11010100 | 111 | 1100 | 0 | 10001 | 100001000 | 10111 | 1001110 |
Color Harmonies of #C5BBD4
Complementary color
Monochromatic Colors of #C5BBD4
Black with #C5BBD4
Text Example
Text Example
White with #C5BBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BBD4; }
p { color: rgb(197,187,212); }
H1.HeaderClassName
{
color: #C5BBD4;
}
.AnyTagClassName
{
color: #C5BBD4;
}
</style>
background-color css
<style>
a { background-color: #C5BBD4; }
a { background-color: rgb(197,187,212); }
div.DivClassName
{
background-color: #C5BBD4;
}
.BgClassName
{
background-color: #C5BBD4;
}
</style>
border-color css
<style>
span { border-color: #C5BBD4; }
span { border-color: rgb(197,187,212); }
td.TdClassName
{
border-color: #C5BBD4;
}
.TagClassName
{
border-color: #C5BBD4;
}
</style>