Shades of Moon Raker #C5BFD0
Tints of Moon Raker #C5BFD0
RGB
CMYK
RGB Variations
Color information
#C5BFD0 (or 0xC5BFD0) is known color: Moon Raker. HEX triplet: C5, BF and D0. RGB value is (197,191,208). Sum of RGB (Red+Green+Blue) = 197+191+208=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5BFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFD0 is #3A402F. Grayscale: #C2C2C2. Windows color (decimal): -3817520 or 13680581. OLE color: 13680581.
HSL color Cylindrical-coordinate representation of color #C5BFD0: hue angle of 261.18º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5BFD0 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 197 | 191 | 208 | - |
CMYK | 0.05 | 0.08 | 0 | 0.18 |
HSL | 261.18º | 0.15% | 0.78% | - |
HSV(B) | 261.18º | 0.08% | 0.82% | - |
XYZ | 53.04 | 53.69 | 67.24 | - |
YUV | 194.73 | 135.49 | 129.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 191 | 208 | 0.05 | 0.08 | 0 | 0.18 | 261.18 | 0.15 | 0.78 |
Hex | C5 | BF | D0 | 5 | 8 | 0 | 12 | 105 | F | 4E |
Octal | 305 | 277 | 320 | 5 | 10 | 0 | 22 | 405 | 17 | 116 |
Binary | 11000101 | 10111111 | 11010000 | 101 | 1000 | 0 | 10010 | 100000101 | 1111 | 1001110 |
Color Harmonies of #C5BFD0
Complementary color
Monochromatic Colors of #C5BFD0
Black with #C5BFD0
Text Example
Text Example
White with #C5BFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BFD0; }
p { color: rgb(197,191,208); }
H1.HeaderClassName
{
color: #C5BFD0;
}
.AnyTagClassName
{
color: #C5BFD0;
}
</style>
background-color css
<style>
a { background-color: #C5BFD0; }
a { background-color: rgb(197,191,208); }
div.DivClassName
{
background-color: #C5BFD0;
}
.BgClassName
{
background-color: #C5BFD0;
}
</style>
border-color css
<style>
span { border-color: #C5BFD0; }
span { border-color: rgb(197,191,208); }
td.TdClassName
{
border-color: #C5BFD0;
}
.TagClassName
{
border-color: #C5BFD0;
}
</style>