Shades of Moon Raker #C4BBD3
Tints of Moon Raker #C4BBD3
RGB
CMYK
RGB Variations
Color information
#C4BBD3 (or 0xC4BBD3) is known color: Moon Raker. HEX triplet: C4, BB and D3. RGB value is (196,187,211). Sum of RGB (Red+Green+Blue) = 196+187+211=594 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.00% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 211 - color contains mainly: blue. Hex color #C4BBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BBD3 is #3B442C. Grayscale: #C0C0C0. Windows color (decimal): -3884077 or 13876164. OLE color: 13876164.
HSL color Cylindrical-coordinate representation of color #C4BBD3: hue angle of 262.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4BBD3 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 187 | 211 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.17 |
| HSL | 262.5º | 0.21% | 0.78% | - |
| HSV(B) | 262.5º | 0.11% | 0.83% | - |
| XYZ | 52.29 | 51.98 | 68.9 | - |
| YUV | 192.43 | 138.48 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 211 | 0.07 | 0.11 | 0 | 0.17 | 262.5 | 0.21 | 0.78 |
| Hex | C4 | BB | D3 | 7 | B | 0 | 11 | 106 | 15 | 4E |
| Octal | 304 | 273 | 323 | 7 | 13 | 0 | 21 | 406 | 25 | 116 |
| Binary | 11000100 | 10111011 | 11010011 | 111 | 1011 | 0 | 10001 | 100000110 | 10101 | 1001110 |
Color Harmonies of #C4BBD3
Complementary color
Monochromatic Colors of #C4BBD3
Black with #C4BBD3
Text Example
Text Example
White with #C4BBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BBD3; }
p { color: rgb(196,187,211); }
H1.HeaderClassName
{
color: #C4BBD3;
}
.AnyTagClassName
{
color: #C4BBD3;
}
</style>
background-color css
<style>
a { background-color: #C4BBD3; }
a { background-color: rgb(196,187,211); }
div.DivClassName
{
background-color: #C4BBD3;
}
.BgClassName
{
background-color: #C4BBD3;
}
</style>
border-color css
<style>
span { border-color: #C4BBD3; }
span { border-color: rgb(196,187,211); }
td.TdClassName
{
border-color: #C4BBD3;
}
.TagClassName
{
border-color: #C4BBD3;
}
</style>