Shades of Moon Raker #BFB1DC
Tints of Moon Raker #BFB1DC
RGB
CMYK
RGB Variations
Color information
#BFB1DC (or 0xBFB1DC) is known color: Moon Raker. HEX triplet: BF, B1 and DC. RGB value is (191,177,220). Sum of RGB (Red+Green+Blue) = 191+177+220=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 177 (69.53% from 255 or 30.10% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #BFB1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1DC is #404E23. Grayscale: #B9B9B9. Windows color (decimal): -4214308 or 14463423. OLE color: 14463423.
HSL color Cylindrical-coordinate representation of color #BFB1DC: hue angle of 259.53º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFB1DC is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 177 | 220 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.14 |
| HSL | 259.53º | 0.38% | 0.78% | - |
| HSV(B) | 259.53º | 0.2% | 0.86% | - |
| XYZ | 50.13 | 47.69 | 74.27 | - |
| YUV | 186.09 | 147.14 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 220 | 0.13 | 0.20 | 0 | 0.14 | 259.53 | 0.38 | 0.78 |
| Hex | BF | B1 | DC | D | 14 | 0 | E | 104 | 26 | 4E |
| Octal | 277 | 261 | 334 | 15 | 24 | 0 | 16 | 404 | 46 | 116 |
| Binary | 10111111 | 10110001 | 11011100 | 1101 | 10100 | 0 | 1110 | 100000100 | 100110 | 1001110 |
Color Harmonies of #BFB1DC
Complementary color
Monochromatic Colors of #BFB1DC
Black with #BFB1DC
Text Example
Text Example
White with #BFB1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB1DC; }
p { color: rgb(191,177,220); }
H1.HeaderClassName
{
color: #BFB1DC;
}
.AnyTagClassName
{
color: #BFB1DC;
}
</style>
background-color css
<style>
a { background-color: #BFB1DC; }
a { background-color: rgb(191,177,220); }
div.DivClassName
{
background-color: #BFB1DC;
}
.BgClassName
{
background-color: #BFB1DC;
}
</style>
border-color css
<style>
span { border-color: #BFB1DC; }
span { border-color: rgb(191,177,220); }
td.TdClassName
{
border-color: #BFB1DC;
}
.TagClassName
{
border-color: #BFB1DC;
}
</style>