Shades of Moon Raker #C7BED4
Tints of Moon Raker #C7BED4
RGB
CMYK
RGB Variations
Color information
#C7BED4 (or 0xC7BED4) is known color: Moon Raker. HEX triplet: C7, BE and D4. RGB value is (199,190,212). Sum of RGB (Red+Green+Blue) = 199+190+212=601 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.11% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 212 - color contains mainly: blue. Hex color #C7BED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BED4 is #38412B. Grayscale: #C3C3C3. Windows color (decimal): -3686700 or 13942471. OLE color: 13942471.
HSL color Cylindrical-coordinate representation of color #C7BED4: hue angle of 264.55º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7BED4 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 190 | 212 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.17 |
| HSL | 264.55º | 0.2% | 0.79% | - |
| HSV(B) | 264.55º | 0.1% | 0.83% | - |
| XYZ | 53.85 | 53.72 | 69.82 | - |
| YUV | 195.2 | 137.48 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 190 | 212 | 0.06 | 0.10 | 0 | 0.17 | 264.55 | 0.2 | 0.79 |
| Hex | C7 | BE | D4 | 6 | A | 0 | 11 | 109 | 14 | 4F |
| Octal | 307 | 276 | 324 | 6 | 12 | 0 | 21 | 411 | 24 | 117 |
| Binary | 11000111 | 10111110 | 11010100 | 110 | 1010 | 0 | 10001 | 100001001 | 10100 | 1001111 |
Color Harmonies of #C7BED4
Complementary color
Monochromatic Colors of #C7BED4
Black with #C7BED4
Text Example
Text Example
White with #C7BED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BED4; }
p { color: rgb(199,190,212); }
H1.HeaderClassName
{
color: #C7BED4;
}
.AnyTagClassName
{
color: #C7BED4;
}
</style>
background-color css
<style>
a { background-color: #C7BED4; }
a { background-color: rgb(199,190,212); }
div.DivClassName
{
background-color: #C7BED4;
}
.BgClassName
{
background-color: #C7BED4;
}
</style>
border-color css
<style>
span { border-color: #C7BED4; }
span { border-color: rgb(199,190,212); }
td.TdClassName
{
border-color: #C7BED4;
}
.TagClassName
{
border-color: #C7BED4;
}
</style>