Shades of Moon Raker #BFB0D9
Tints of Moon Raker #BFB0D9
RGB
CMYK
RGB Variations
Color information
#BFB0D9 (or 0xBFB0D9) is known color: Moon Raker. HEX triplet: BF, B0 and D9. RGB value is (191,176,217). Sum of RGB (Red+Green+Blue) = 191+176+217=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 176 (69.14% from 255 or 30.14% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 217 - color contains mainly: blue. Hex color #BFB0D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0D9 is #404F26. Grayscale: #B9B9B9. Windows color (decimal): -4214567 or 14266559. OLE color: 14266559.
HSL color Cylindrical-coordinate representation of color #BFB0D9: hue angle of 261.95º degrees, saturation: 0.35, 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 #BFB0D9 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 176 | 217 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.15 |
| HSL | 261.95º | 0.35% | 0.77% | - |
| HSV(B) | 261.95º | 0.19% | 0.85% | - |
| XYZ | 49.54 | 47.14 | 72.13 | - |
| YUV | 185.16 | 145.97 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 217 | 0.12 | 0.19 | 0 | 0.15 | 261.95 | 0.35 | 0.77 |
| Hex | BF | B0 | D9 | C | 13 | 0 | F | 106 | 23 | 4D |
| Octal | 277 | 260 | 331 | 14 | 23 | 0 | 17 | 406 | 43 | 115 |
| Binary | 10111111 | 10110000 | 11011001 | 1100 | 10011 | 0 | 1111 | 100000110 | 100011 | 1001101 |
Color Harmonies of #BFB0D9
Complementary color
Monochromatic Colors of #BFB0D9
Black with #BFB0D9
Text Example
Text Example
White with #BFB0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0D9; }
p { color: rgb(191,176,217); }
H1.HeaderClassName
{
color: #BFB0D9;
}
.AnyTagClassName
{
color: #BFB0D9;
}
</style>
background-color css
<style>
a { background-color: #BFB0D9; }
a { background-color: rgb(191,176,217); }
div.DivClassName
{
background-color: #BFB0D9;
}
.BgClassName
{
background-color: #BFB0D9;
}
</style>
border-color css
<style>
span { border-color: #BFB0D9; }
span { border-color: rgb(191,176,217); }
td.TdClassName
{
border-color: #BFB0D9;
}
.TagClassName
{
border-color: #BFB0D9;
}
</style>