Shades of Moon Raker #BFB0DD
Tints of Moon Raker #BFB0DD
RGB
CMYK
RGB Variations
Color information
#BFB0DD (or 0xBFB0DD) is known color: Moon Raker. HEX triplet: BF, B0 and DD. RGB value is (191,176,221). Sum of RGB (Red+Green+Blue) = 191+176+221=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 176 (69.14% from 255 or 29.93% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFB0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0DD is #404F22. Grayscale: #B9B9B9. Windows color (decimal): -4214563 or 14528703. OLE color: 14528703.
HSL color Cylindrical-coordinate representation of color #BFB0DD: hue angle of 260º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFB0DD is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 176 | 221 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.13 |
| HSL | 260º | 0.4% | 0.78% | - |
| HSV(B) | 260º | 0.2% | 0.87% | - |
| XYZ | 50.06 | 47.35 | 74.91 | - |
| YUV | 185.62 | 147.97 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 221 | 0.14 | 0.20 | 0 | 0.13 | 260 | 0.4 | 0.78 |
| Hex | BF | B0 | DD | E | 14 | 0 | D | 104 | 28 | 4E |
| Octal | 277 | 260 | 335 | 16 | 24 | 0 | 15 | 404 | 50 | 116 |
| Binary | 10111111 | 10110000 | 11011101 | 1110 | 10100 | 0 | 1101 | 100000100 | 101000 | 1001110 |
Color Harmonies of #BFB0DD
Complementary color
Monochromatic Colors of #BFB0DD
Black with #BFB0DD
Text Example
Text Example
White with #BFB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0DD; }
p { color: rgb(191,176,221); }
H1.HeaderClassName
{
color: #BFB0DD;
}
.AnyTagClassName
{
color: #BFB0DD;
}
</style>
background-color css
<style>
a { background-color: #BFB0DD; }
a { background-color: rgb(191,176,221); }
div.DivClassName
{
background-color: #BFB0DD;
}
.BgClassName
{
background-color: #BFB0DD;
}
</style>
border-color css
<style>
span { border-color: #BFB0DD; }
span { border-color: rgb(191,176,221); }
td.TdClassName
{
border-color: #BFB0DD;
}
.TagClassName
{
border-color: #BFB0DD;
}
</style>