Shades of Moon Raker #BFB3D1
Tints of Moon Raker #BFB3D1
RGB
CMYK
RGB Variations
Color information
#BFB3D1 (or 0xBFB3D1) is known color: Moon Raker. HEX triplet: BF, B3 and D1. RGB value is (191,179,209). Sum of RGB (Red+Green+Blue) = 191+179+209=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 179 (70.31% from 255 or 30.92% from 579); Blue value is 209 (82.03% from 255 or 36.10% from 579); Max value from RGB is 209 - color contains mainly: blue. Hex color #BFB3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB3D1 is #404C2E. Grayscale: #B9B9B9. Windows color (decimal): -4213807 or 13743039. OLE color: 13743039.
HSL color Cylindrical-coordinate representation of color #BFB3D1: hue angle of 264º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFB3D1 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 179 | 209 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.18 |
| HSL | 264º | 0.25% | 0.76% | - |
| HSV(B) | 264º | 0.14% | 0.82% | - |
| XYZ | 49.11 | 47.92 | 66.98 | - |
| YUV | 186.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 209 | 0.09 | 0.14 | 0 | 0.18 | 264 | 0.25 | 0.76 |
| Hex | BF | B3 | D1 | 9 | E | 0 | 12 | 108 | 19 | 4C |
| Octal | 277 | 263 | 321 | 11 | 16 | 0 | 22 | 410 | 31 | 114 |
| Binary | 10111111 | 10110011 | 11010001 | 1001 | 1110 | 0 | 10010 | 100001000 | 11001 | 1001100 |
Color Harmonies of #BFB3D1
Complementary color
Monochromatic Colors of #BFB3D1
Black with #BFB3D1
Text Example
Text Example
White with #BFB3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB3D1; }
p { color: rgb(191,179,209); }
H1.HeaderClassName
{
color: #BFB3D1;
}
.AnyTagClassName
{
color: #BFB3D1;
}
</style>
background-color css
<style>
a { background-color: #BFB3D1; }
a { background-color: rgb(191,179,209); }
div.DivClassName
{
background-color: #BFB3D1;
}
.BgClassName
{
background-color: #BFB3D1;
}
</style>
border-color css
<style>
span { border-color: #BFB3D1; }
span { border-color: rgb(191,179,209); }
td.TdClassName
{
border-color: #BFB3D1;
}
.TagClassName
{
border-color: #BFB3D1;
}
</style>