Shades of Moon Raker #C8BFD2
Tints of Moon Raker #C8BFD2
RGB
CMYK
RGB Variations
Color information
#C8BFD2 (or 0xC8BFD2) is known color: Moon Raker. HEX triplet: C8, BF and D2. RGB value is (200,191,210). Sum of RGB (Red+Green+Blue) = 200+191+210=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 210 - color contains mainly: blue. Hex color #C8BFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFD2 is #37402D. Grayscale: #C3C3C3. Windows color (decimal): -3620910 or 13811656. OLE color: 13811656.
HSL color Cylindrical-coordinate representation of color #C8BFD2: hue angle of 268.42º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8BFD2 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 191 | 210 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.18 |
| HSL | 268.42º | 0.17% | 0.79% | - |
| HSV(B) | 268.42º | 0.09% | 0.82% | - |
| XYZ | 54.08 | 54.19 | 68.58 | - |
| YUV | 195.86 | 135.98 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 210 | 0.05 | 0.09 | 0 | 0.18 | 268.42 | 0.17 | 0.79 |
| Hex | C8 | BF | D2 | 5 | 9 | 0 | 12 | 10C | 11 | 4F |
| Octal | 310 | 277 | 322 | 5 | 11 | 0 | 22 | 414 | 21 | 117 |
| Binary | 11001000 | 10111111 | 11010010 | 101 | 1001 | 0 | 10010 | 100001100 | 10001 | 1001111 |
Color Harmonies of #C8BFD2
Complementary color
Monochromatic Colors of #C8BFD2
Black with #C8BFD2
Text Example
Text Example
White with #C8BFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFD2; }
p { color: rgb(200,191,210); }
H1.HeaderClassName
{
color: #C8BFD2;
}
.AnyTagClassName
{
color: #C8BFD2;
}
</style>
background-color css
<style>
a { background-color: #C8BFD2; }
a { background-color: rgb(200,191,210); }
div.DivClassName
{
background-color: #C8BFD2;
}
.BgClassName
{
background-color: #C8BFD2;
}
</style>
border-color css
<style>
span { border-color: #C8BFD2; }
span { border-color: rgb(200,191,210); }
td.TdClassName
{
border-color: #C8BFD2;
}
.TagClassName
{
border-color: #C8BFD2;
}
</style>