Shades of Moon Raker #BFB1D5
Tints of Moon Raker #BFB1D5
RGB
CMYK
RGB Variations
Color information
#BFB1D5 (or 0xBFB1D5) is known color: Moon Raker. HEX triplet: BF, B1 and D5. RGB value is (191,177,213). Sum of RGB (Red+Green+Blue) = 191+177+213=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFB1D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1D5 is #404E2A. Grayscale: #B9B9B9. Windows color (decimal): -4214315 or 14004671. OLE color: 14004671.
HSL color Cylindrical-coordinate representation of color #BFB1D5: hue angle of 263.33º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFB1D5 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 177 | 213 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.16 |
| HSL | 263.33º | 0.3% | 0.76% | - |
| HSV(B) | 263.33º | 0.17% | 0.84% | - |
| XYZ | 49.22 | 47.32 | 69.49 | - |
| YUV | 185.29 | 143.64 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 213 | 0.10 | 0.17 | 0 | 0.16 | 263.33 | 0.3 | 0.76 |
| Hex | BF | B1 | D5 | A | 11 | 0 | 10 | 107 | 1E | 4C |
| Octal | 277 | 261 | 325 | 12 | 21 | 0 | 20 | 407 | 36 | 114 |
| Binary | 10111111 | 10110001 | 11010101 | 1010 | 10001 | 0 | 10000 | 100000111 | 11110 | 1001100 |
Color Harmonies of #BFB1D5
Complementary color
Monochromatic Colors of #BFB1D5
Black with #BFB1D5
Text Example
Text Example
White with #BFB1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB1D5; }
p { color: rgb(191,177,213); }
H1.HeaderClassName
{
color: #BFB1D5;
}
.AnyTagClassName
{
color: #BFB1D5;
}
</style>
background-color css
<style>
a { background-color: #BFB1D5; }
a { background-color: rgb(191,177,213); }
div.DivClassName
{
background-color: #BFB1D5;
}
.BgClassName
{
background-color: #BFB1D5;
}
</style>
border-color css
<style>
span { border-color: #BFB1D5; }
span { border-color: rgb(191,177,213); }
td.TdClassName
{
border-color: #BFB1D5;
}
.TagClassName
{
border-color: #BFB1D5;
}
</style>