Shades of Moon Raker #BFB0DA
Tints of Moon Raker #BFB0DA
RGB
CMYK
RGB Variations
Color information
#BFB0DA (or 0xBFB0DA) is known color: Moon Raker. HEX triplet: BF, B0 and DA. RGB value is (191,176,218). Sum of RGB (Red+Green+Blue) = 191+176+218=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFB0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0DA is #404F25. Grayscale: #B9B9B9. Windows color (decimal): -4214566 or 14332095. OLE color: 14332095.
HSL color Cylindrical-coordinate representation of color #BFB0DA: hue angle of 261.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFB0DA is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 176 | 218 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.15 |
| HSL | 261.43º | 0.36% | 0.77% | - |
| HSV(B) | 261.43º | 0.19% | 0.85% | - |
| XYZ | 49.67 | 47.19 | 72.82 | - |
| YUV | 185.27 | 146.47 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 218 | 0.12 | 0.19 | 0 | 0.15 | 261.43 | 0.36 | 0.77 |
| Hex | BF | B0 | DA | C | 13 | 0 | F | 105 | 24 | 4D |
| Octal | 277 | 260 | 332 | 14 | 23 | 0 | 17 | 405 | 44 | 115 |
| Binary | 10111111 | 10110000 | 11011010 | 1100 | 10011 | 0 | 1111 | 100000101 | 100100 | 1001101 |
Color Harmonies of #BFB0DA
Complementary color
Monochromatic Colors of #BFB0DA
Black with #BFB0DA
Text Example
Text Example
White with #BFB0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0DA; }
p { color: rgb(191,176,218); }
H1.HeaderClassName
{
color: #BFB0DA;
}
.AnyTagClassName
{
color: #BFB0DA;
}
</style>
background-color css
<style>
a { background-color: #BFB0DA; }
a { background-color: rgb(191,176,218); }
div.DivClassName
{
background-color: #BFB0DA;
}
.BgClassName
{
background-color: #BFB0DA;
}
</style>
border-color css
<style>
span { border-color: #BFB0DA; }
span { border-color: rgb(191,176,218); }
td.TdClassName
{
border-color: #BFB0DA;
}
.TagClassName
{
border-color: #BFB0DA;
}
</style>