Shades of Moon Raker #C8BFD5
Tints of Moon Raker #C8BFD5
RGB
CMYK
RGB Variations
Color information
#C8BFD5 (or 0xC8BFD5) is known color: Moon Raker. HEX triplet: C8, BF and D5. RGB value is (200,191,213). Sum of RGB (Red+Green+Blue) = 200+191+213=604 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.11% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 213 (83.59% from 255 or 35.26% from 604); Max value from RGB is 213 - color contains mainly: blue. Hex color #C8BFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFD5 is #37402A. Grayscale: #C4C4C4. Windows color (decimal): -3620907 or 14008264. OLE color: 14008264.
HSL color Cylindrical-coordinate representation of color #C8BFD5: hue angle of 264.55º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8BFD5 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 200 | 191 | 213 | - |
CMYK | 0.06 | 0.10 | 0 | 0.16 |
HSL | 264.55º | 0.21% | 0.79% | - |
HSV(B) | 264.55º | 0.1% | 0.84% | - |
XYZ | 54.46 | 54.35 | 70.57 | - |
YUV | 196.2 | 137.48 | 130.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 191 | 213 | 0.06 | 0.10 | 0 | 0.16 | 264.55 | 0.21 | 0.79 |
Hex | C8 | BF | D5 | 6 | A | 0 | 10 | 109 | 15 | 4F |
Octal | 310 | 277 | 325 | 6 | 12 | 0 | 20 | 411 | 25 | 117 |
Binary | 11001000 | 10111111 | 11010101 | 110 | 1010 | 0 | 10000 | 100001001 | 10101 | 1001111 |
Color Harmonies of #C8BFD5
Complementary color
Monochromatic Colors of #C8BFD5
Black with #C8BFD5
Text Example
Text Example
White with #C8BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFD5; }
p { color: rgb(200,191,213); }
H1.HeaderClassName
{
color: #C8BFD5;
}
.AnyTagClassName
{
color: #C8BFD5;
}
</style>
background-color css
<style>
a { background-color: #C8BFD5; }
a { background-color: rgb(200,191,213); }
div.DivClassName
{
background-color: #C8BFD5;
}
.BgClassName
{
background-color: #C8BFD5;
}
</style>
border-color css
<style>
span { border-color: #C8BFD5; }
span { border-color: rgb(200,191,213); }
td.TdClassName
{
border-color: #C8BFD5;
}
.TagClassName
{
border-color: #C8BFD5;
}
</style>