Shades of Moon Raker #BFB4D9
Tints of Moon Raker #BFB4D9
RGB
CMYK
RGB Variations
Color information
#BFB4D9 (or 0xBFB4D9) is known color: Moon Raker. HEX triplet: BF, B4 and D9. RGB value is (191,180,217). Sum of RGB (Red+Green+Blue) = 191+180+217=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 217 - color contains mainly: blue. Hex color #BFB4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB4D9 is #404B26. Grayscale: #BBBBBB. Windows color (decimal): -4213543 or 14267583. OLE color: 14267583.
HSL color Cylindrical-coordinate representation of color #BFB4D9: hue angle of 257.84º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFB4D9 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 180 | 217 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.15 |
| HSL | 257.84º | 0.33% | 0.78% | - |
| HSV(B) | 257.84º | 0.17% | 0.85% | - |
| XYZ | 50.33 | 48.73 | 72.4 | - |
| YUV | 187.51 | 144.64 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 217 | 0.12 | 0.17 | 0 | 0.15 | 257.84 | 0.33 | 0.78 |
| Hex | BF | B4 | D9 | C | 11 | 0 | F | 102 | 21 | 4E |
| Octal | 277 | 264 | 331 | 14 | 21 | 0 | 17 | 402 | 41 | 116 |
| Binary | 10111111 | 10110100 | 11011001 | 1100 | 10001 | 0 | 1111 | 100000010 | 100001 | 1001110 |
Color Harmonies of #BFB4D9
Complementary color
Monochromatic Colors of #BFB4D9
Black with #BFB4D9
Text Example
Text Example
White with #BFB4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB4D9; }
p { color: rgb(191,180,217); }
H1.HeaderClassName
{
color: #BFB4D9;
}
.AnyTagClassName
{
color: #BFB4D9;
}
</style>
background-color css
<style>
a { background-color: #BFB4D9; }
a { background-color: rgb(191,180,217); }
div.DivClassName
{
background-color: #BFB4D9;
}
.BgClassName
{
background-color: #BFB4D9;
}
</style>
border-color css
<style>
span { border-color: #BFB4D9; }
span { border-color: rgb(191,180,217); }
td.TdClassName
{
border-color: #BFB4D9;
}
.TagClassName
{
border-color: #BFB4D9;
}
</style>