Shades of Moon Raker #BFB1D0
Tints of Moon Raker #BFB1D0
RGB
CMYK
RGB Variations
Color information
#BFB1D0 (or 0xBFB1D0) is known color: Moon Raker. HEX triplet: BF, B1 and D0. RGB value is (191,177,208). Sum of RGB (Red+Green+Blue) = 191+177+208=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFB1D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1D0 is #404E2F. Grayscale: #B8B8B8. Windows color (decimal): -4214320 or 13676991. OLE color: 13676991.
HSL color Cylindrical-coordinate representation of color #BFB1D0: hue angle of 267.1º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFB1D0 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 177 | 208 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.18 |
| HSL | 267.1º | 0.25% | 0.75% | - |
| HSV(B) | 267.1º | 0.15% | 0.82% | - |
| XYZ | 48.59 | 47.07 | 66.2 | - |
| YUV | 184.72 | 141.14 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 208 | 0.08 | 0.15 | 0 | 0.18 | 267.1 | 0.25 | 0.75 |
| Hex | BF | B1 | D0 | 8 | F | 0 | 12 | 10B | 19 | 4B |
| Octal | 277 | 261 | 320 | 10 | 17 | 0 | 22 | 413 | 31 | 113 |
| Binary | 10111111 | 10110001 | 11010000 | 1000 | 1111 | 0 | 10010 | 100001011 | 11001 | 1001011 |
Color Harmonies of #BFB1D0
Complementary color
Monochromatic Colors of #BFB1D0
Black with #BFB1D0
Text Example
Text Example
White with #BFB1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB1D0; }
p { color: rgb(191,177,208); }
H1.HeaderClassName
{
color: #BFB1D0;
}
.AnyTagClassName
{
color: #BFB1D0;
}
</style>
background-color css
<style>
a { background-color: #BFB1D0; }
a { background-color: rgb(191,177,208); }
div.DivClassName
{
background-color: #BFB1D0;
}
.BgClassName
{
background-color: #BFB1D0;
}
</style>
border-color css
<style>
span { border-color: #BFB1D0; }
span { border-color: rgb(191,177,208); }
td.TdClassName
{
border-color: #BFB1D0;
}
.TagClassName
{
border-color: #BFB1D0;
}
</style>