Shades of Moon Raker #C4BBD1
Tints of Moon Raker #C4BBD1
RGB
CMYK
RGB Variations
Color information
#C4BBD1 (or 0xC4BBD1) is known color: Moon Raker. HEX triplet: C4, BB and D1. RGB value is (196,187,209). Sum of RGB (Red+Green+Blue) = 196+187+209=592 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.11% from 592); Green value is 187 (73.44% from 255 or 31.59% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 209 - color contains mainly: blue. Hex color #C4BBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBD1 is #3B442E. Grayscale: #C0C0C0. Windows color (decimal): -3884079 or 13745092. OLE color: 13745092.
HSL color Cylindrical-coordinate representation of color #C4BBD1: hue angle of 264.55º 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 #C4BBD1 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 187 | 209 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.18 |
| HSL | 264.55º | 0.19% | 0.78% | - |
| HSV(B) | 264.55º | 0.11% | 0.82% | - |
| XYZ | 52.04 | 51.88 | 67.59 | - |
| YUV | 192.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 209 | 0.06 | 0.11 | 0 | 0.18 | 264.55 | 0.19 | 0.78 |
| Hex | C4 | BB | D1 | 6 | B | 0 | 12 | 109 | 13 | 4E |
| Octal | 304 | 273 | 321 | 6 | 13 | 0 | 22 | 411 | 23 | 116 |
| Binary | 11000100 | 10111011 | 11010001 | 110 | 1011 | 0 | 10010 | 100001001 | 10011 | 1001110 |
Color Harmonies of #C4BBD1
Complementary color
Monochromatic Colors of #C4BBD1
Black with #C4BBD1
Text Example
Text Example
White with #C4BBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BBD1; }
p { color: rgb(196,187,209); }
H1.HeaderClassName
{
color: #C4BBD1;
}
.AnyTagClassName
{
color: #C4BBD1;
}
</style>
background-color css
<style>
a { background-color: #C4BBD1; }
a { background-color: rgb(196,187,209); }
div.DivClassName
{
background-color: #C4BBD1;
}
.BgClassName
{
background-color: #C4BBD1;
}
</style>
border-color css
<style>
span { border-color: #C4BBD1; }
span { border-color: rgb(196,187,209); }
td.TdClassName
{
border-color: #C4BBD1;
}
.TagClassName
{
border-color: #C4BBD1;
}
</style>