Shades of Moon Raker #BFB0DB
Tints of Moon Raker #BFB0DB
RGB
CMYK
RGB Variations
Color information
#BFB0DB (or 0xBFB0DB) is known color: Moon Raker. HEX triplet: BF, B0 and DB. RGB value is (191,176,219). Sum of RGB (Red+Green+Blue) = 191+176+219=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFB0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0DB is #404F24. Grayscale: #B9B9B9. Windows color (decimal): -4214565 or 14397631. OLE color: 14397631.
HSL color Cylindrical-coordinate representation of color #BFB0DB: hue angle of 260.93º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFB0DB is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 176 | 219 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.14 |
| HSL | 260.93º | 0.37% | 0.77% | - |
| HSV(B) | 260.93º | 0.2% | 0.86% | - |
| XYZ | 49.8 | 47.24 | 73.51 | - |
| YUV | 185.39 | 146.97 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 219 | 0.13 | 0.20 | 0 | 0.14 | 260.93 | 0.37 | 0.77 |
| Hex | BF | B0 | DB | D | 14 | 0 | E | 105 | 25 | 4D |
| Octal | 277 | 260 | 333 | 15 | 24 | 0 | 16 | 405 | 45 | 115 |
| Binary | 10111111 | 10110000 | 11011011 | 1101 | 10100 | 0 | 1110 | 100000101 | 100101 | 1001101 |
Color Harmonies of #BFB0DB
Complementary color
Monochromatic Colors of #BFB0DB
Black with #BFB0DB
Text Example
Text Example
White with #BFB0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0DB; }
p { color: rgb(191,176,219); }
H1.HeaderClassName
{
color: #BFB0DB;
}
.AnyTagClassName
{
color: #BFB0DB;
}
</style>
background-color css
<style>
a { background-color: #BFB0DB; }
a { background-color: rgb(191,176,219); }
div.DivClassName
{
background-color: #BFB0DB;
}
.BgClassName
{
background-color: #BFB0DB;
}
</style>
border-color css
<style>
span { border-color: #BFB0DB; }
span { border-color: rgb(191,176,219); }
td.TdClassName
{
border-color: #BFB0DB;
}
.TagClassName
{
border-color: #BFB0DB;
}
</style>