Shades of Moon Raker #BFB0D0
Tints of Moon Raker #BFB0D0
RGB
CMYK
RGB Variations
Color information
#BFB0D0 (or 0xBFB0D0) is known color: Moon Raker. HEX triplet: BF, B0 and D0. RGB value is (191,176,208). Sum of RGB (Red+Green+Blue) = 191+176+208=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFB0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0D0 is #404F2F. Grayscale: #B8B8B8. Windows color (decimal): -4214576 or 13676735. OLE color: 13676735.
HSL color Cylindrical-coordinate representation of color #BFB0D0: hue angle of 268.12º 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 #BFB0D0 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 176 | 208 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.18 |
| HSL | 268.13º | 0.25% | 0.75% | - |
| HSV(B) | 268.13º | 0.15% | 0.82% | - |
| XYZ | 48.4 | 46.68 | 66.13 | - |
| YUV | 184.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 208 | 0.08 | 0.15 | 0 | 0.18 | 268.13 | 0.25 | 0.75 |
| Hex | BF | B0 | D0 | 8 | F | 0 | 12 | 10C | 19 | 4B |
| Octal | 277 | 260 | 320 | 10 | 17 | 0 | 22 | 414 | 31 | 113 |
| Binary | 10111111 | 10110000 | 11010000 | 1000 | 1111 | 0 | 10010 | 100001100 | 11001 | 1001011 |
Color Harmonies of #BFB0D0
Complementary color
Monochromatic Colors of #BFB0D0
Black with #BFB0D0
Text Example
Text Example
White with #BFB0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0D0; }
p { color: rgb(191,176,208); }
H1.HeaderClassName
{
color: #BFB0D0;
}
.AnyTagClassName
{
color: #BFB0D0;
}
</style>
background-color css
<style>
a { background-color: #BFB0D0; }
a { background-color: rgb(191,176,208); }
div.DivClassName
{
background-color: #BFB0D0;
}
.BgClassName
{
background-color: #BFB0D0;
}
</style>
border-color css
<style>
span { border-color: #BFB0D0; }
span { border-color: rgb(191,176,208); }
td.TdClassName
{
border-color: #BFB0D0;
}
.TagClassName
{
border-color: #BFB0D0;
}
</style>