Shades of Moon Raker #BFB3D3
Tints of Moon Raker #BFB3D3
RGB
CMYK
RGB Variations
Color information
#BFB3D3 (or 0xBFB3D3) is known color: Moon Raker. HEX triplet: BF, B3 and D3. RGB value is (191,179,211). Sum of RGB (Red+Green+Blue) = 191+179+211=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFB3D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB3D3 is #404C2C. Grayscale: #BABABA. Windows color (decimal): -4213805 or 13874111. OLE color: 13874111.
HSL color Cylindrical-coordinate representation of color #BFB3D3: hue angle of 262.5º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFB3D3 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 179 | 211 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.17 |
| HSL | 262.5º | 0.27% | 0.76% | - |
| HSV(B) | 262.5º | 0.15% | 0.83% | - |
| XYZ | 49.36 | 48.02 | 68.3 | - |
| YUV | 186.24 | 141.98 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 211 | 0.09 | 0.15 | 0 | 0.17 | 262.5 | 0.27 | 0.76 |
| Hex | BF | B3 | D3 | 9 | F | 0 | 11 | 106 | 1B | 4C |
| Octal | 277 | 263 | 323 | 11 | 17 | 0 | 21 | 406 | 33 | 114 |
| Binary | 10111111 | 10110011 | 11010011 | 1001 | 1111 | 0 | 10001 | 100000110 | 11011 | 1001100 |
Color Harmonies of #BFB3D3
Complementary color
Monochromatic Colors of #BFB3D3
Black with #BFB3D3
Text Example
Text Example
White with #BFB3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB3D3; }
p { color: rgb(191,179,211); }
H1.HeaderClassName
{
color: #BFB3D3;
}
.AnyTagClassName
{
color: #BFB3D3;
}
</style>
background-color css
<style>
a { background-color: #BFB3D3; }
a { background-color: rgb(191,179,211); }
div.DivClassName
{
background-color: #BFB3D3;
}
.BgClassName
{
background-color: #BFB3D3;
}
</style>
border-color css
<style>
span { border-color: #BFB3D3; }
span { border-color: rgb(191,179,211); }
td.TdClassName
{
border-color: #BFB3D3;
}
.TagClassName
{
border-color: #BFB3D3;
}
</style>