Shades of Moon Raker #BFB1D3
Tints of Moon Raker #BFB1D3
RGB
CMYK
RGB Variations
Color information
#BFB1D3 (or 0xBFB1D3) is known color: Moon Raker. HEX triplet: BF, B1 and D3. RGB value is (191,177,211). Sum of RGB (Red+Green+Blue) = 191+177+211=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 177 (69.53% from 255 or 30.57% from 579); Blue value is 211 (82.81% from 255 or 36.44% from 579); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFB1D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1D3 is #404E2C. Grayscale: #B8B8B8. Windows color (decimal): -4214317 or 13873599. OLE color: 13873599.
HSL color Cylindrical-coordinate representation of color #BFB1D3: hue angle of 264.71º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFB1D3 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 177 | 211 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.17 |
| HSL | 264.71º | 0.28% | 0.76% | - |
| HSV(B) | 264.71º | 0.16% | 0.83% | - |
| XYZ | 48.97 | 47.22 | 68.16 | - |
| YUV | 185.06 | 142.64 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 211 | 0.09 | 0.16 | 0 | 0.17 | 264.71 | 0.28 | 0.76 |
| Hex | BF | B1 | D3 | 9 | 10 | 0 | 11 | 109 | 1C | 4C |
| Octal | 277 | 261 | 323 | 11 | 20 | 0 | 21 | 411 | 34 | 114 |
| Binary | 10111111 | 10110001 | 11010011 | 1001 | 10000 | 0 | 10001 | 100001001 | 11100 | 1001100 |
Color Harmonies of #BFB1D3
Complementary color
Monochromatic Colors of #BFB1D3
Black with #BFB1D3
Text Example
Text Example
White with #BFB1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB1D3; }
p { color: rgb(191,177,211); }
H1.HeaderClassName
{
color: #BFB1D3;
}
.AnyTagClassName
{
color: #BFB1D3;
}
</style>
background-color css
<style>
a { background-color: #BFB1D3; }
a { background-color: rgb(191,177,211); }
div.DivClassName
{
background-color: #BFB1D3;
}
.BgClassName
{
background-color: #BFB1D3;
}
</style>
border-color css
<style>
span { border-color: #BFB1D3; }
span { border-color: rgb(191,177,211); }
td.TdClassName
{
border-color: #BFB1D3;
}
.TagClassName
{
border-color: #BFB1D3;
}
</style>