Shades of Moon Raker #BFB1DD
Tints of Moon Raker #BFB1DD
RGB
CMYK
RGB Variations
Color information
#BFB1DD (or 0xBFB1DD) is known color: Moon Raker. HEX triplet: BF, B1 and DD. RGB value is (191,177,221). Sum of RGB (Red+Green+Blue) = 191+177+221=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFB1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1DD is #404E22. Grayscale: #BABABA. Windows color (decimal): -4214307 or 14528959. OLE color: 14528959.
HSL color Cylindrical-coordinate representation of color #BFB1DD: hue angle of 259.09º degrees, saturation: 0.39, 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 #BFB1DD is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 177 | 221 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.13 |
| HSL | 259.09º | 0.39% | 0.78% | - |
| HSV(B) | 259.09º | 0.2% | 0.87% | - |
| XYZ | 50.26 | 47.74 | 74.97 | - |
| YUV | 186.2 | 147.64 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 221 | 0.14 | 0.20 | 0 | 0.13 | 259.09 | 0.39 | 0.78 |
| Hex | BF | B1 | DD | E | 14 | 0 | D | 103 | 27 | 4E |
| Octal | 277 | 261 | 335 | 16 | 24 | 0 | 15 | 403 | 47 | 116 |
| Binary | 10111111 | 10110001 | 11011101 | 1110 | 10100 | 0 | 1101 | 100000011 | 100111 | 1001110 |
Color Harmonies of #BFB1DD
Complementary color
Monochromatic Colors of #BFB1DD
Black with #BFB1DD
Text Example
Text Example
White with #BFB1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB1DD; }
p { color: rgb(191,177,221); }
H1.HeaderClassName
{
color: #BFB1DD;
}
.AnyTagClassName
{
color: #BFB1DD;
}
</style>
background-color css
<style>
a { background-color: #BFB1DD; }
a { background-color: rgb(191,177,221); }
div.DivClassName
{
background-color: #BFB1DD;
}
.BgClassName
{
background-color: #BFB1DD;
}
</style>
border-color css
<style>
span { border-color: #BFB1DD; }
span { border-color: rgb(191,177,221); }
td.TdClassName
{
border-color: #BFB1DD;
}
.TagClassName
{
border-color: #BFB1DD;
}
</style>