Shades of Moon Raker #C4BBD0
Tints of Moon Raker #C4BBD0
RGB
CMYK
RGB Variations
Color information
#C4BBD0 (or 0xC4BBD0) is known color: Moon Raker. HEX triplet: C4, BB and D0. RGB value is (196,187,208). Sum of RGB (Red+Green+Blue) = 196+187+208=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 208 - color contains mainly: blue. Hex color #C4BBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBD0 is #3B442F. Grayscale: #C0C0C0. Windows color (decimal): -3884080 or 13679556. OLE color: 13679556.
HSL color Cylindrical-coordinate representation of color #C4BBD0: hue angle of 265.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4BBD0 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 187 | 208 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.18 |
| HSL | 265.71º | 0.18% | 0.77% | - |
| HSV(B) | 265.71º | 0.1% | 0.82% | - |
| XYZ | 51.92 | 51.83 | 66.94 | - |
| YUV | 192.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 208 | 0.06 | 0.10 | 0 | 0.18 | 265.71 | 0.18 | 0.77 |
| Hex | C4 | BB | D0 | 6 | A | 0 | 12 | 10A | 12 | 4D |
| Octal | 304 | 273 | 320 | 6 | 12 | 0 | 22 | 412 | 22 | 115 |
| Binary | 11000100 | 10111011 | 11010000 | 110 | 1010 | 0 | 10010 | 100001010 | 10010 | 1001101 |
Color Harmonies of #C4BBD0
Complementary color
Monochromatic Colors of #C4BBD0
Black with #C4BBD0
Text Example
Text Example
White with #C4BBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BBD0; }
p { color: rgb(196,187,208); }
H1.HeaderClassName
{
color: #C4BBD0;
}
.AnyTagClassName
{
color: #C4BBD0;
}
</style>
background-color css
<style>
a { background-color: #C4BBD0; }
a { background-color: rgb(196,187,208); }
div.DivClassName
{
background-color: #C4BBD0;
}
.BgClassName
{
background-color: #C4BBD0;
}
</style>
border-color css
<style>
span { border-color: #C4BBD0; }
span { border-color: rgb(196,187,208); }
td.TdClassName
{
border-color: #C4BBD0;
}
.TagClassName
{
border-color: #C4BBD0;
}
</style>