Shades of Moon Raker #C8BFD4
Tints of Moon Raker #C8BFD4
RGB
CMYK
RGB Variations
Color information
#C8BFD4 (or 0xC8BFD4) is known color: Moon Raker. HEX triplet: C8, BF and D4. RGB value is (200,191,212). Sum of RGB (Red+Green+Blue) = 200+191+212=603 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.17% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 212 - color contains mainly: blue. Hex color #C8BFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFD4 is #37402B. Grayscale: #C4C4C4. Windows color (decimal): -3620908 or 13942728. OLE color: 13942728.
HSL color Cylindrical-coordinate representation of color #C8BFD4: hue angle of 265.71º 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 #C8BFD4 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 191 | 212 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.17 |
| HSL | 265.71º | 0.2% | 0.79% | - |
| HSV(B) | 265.71º | 0.1% | 0.83% | - |
| XYZ | 54.33 | 54.29 | 69.9 | - |
| YUV | 196.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 212 | 0.06 | 0.10 | 0 | 0.17 | 265.71 | 0.2 | 0.79 |
| Hex | C8 | BF | D4 | 6 | A | 0 | 11 | 10A | 14 | 4F |
| Octal | 310 | 277 | 324 | 6 | 12 | 0 | 21 | 412 | 24 | 117 |
| Binary | 11001000 | 10111111 | 11010100 | 110 | 1010 | 0 | 10001 | 100001010 | 10100 | 1001111 |
Color Harmonies of #C8BFD4
Complementary color
Monochromatic Colors of #C8BFD4
Black with #C8BFD4
Text Example
Text Example
White with #C8BFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFD4; }
p { color: rgb(200,191,212); }
H1.HeaderClassName
{
color: #C8BFD4;
}
.AnyTagClassName
{
color: #C8BFD4;
}
</style>
background-color css
<style>
a { background-color: #C8BFD4; }
a { background-color: rgb(200,191,212); }
div.DivClassName
{
background-color: #C8BFD4;
}
.BgClassName
{
background-color: #C8BFD4;
}
</style>
border-color css
<style>
span { border-color: #C8BFD4; }
span { border-color: rgb(200,191,212); }
td.TdClassName
{
border-color: #C8BFD4;
}
.TagClassName
{
border-color: #C8BFD4;
}
</style>