Shades of Moon Raker #BFB5D0
Tints of Moon Raker #BFB5D0
RGB
CMYK
RGB Variations
Color information
#BFB5D0 (or 0xBFB5D0) is known color: Moon Raker. HEX triplet: BF, B5 and D0. RGB value is (191,181,208). Sum of RGB (Red+Green+Blue) = 191+181+208=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFB5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB5D0 is #404A2F. Grayscale: #BABABA. Windows color (decimal): -4213296 or 13678015. OLE color: 13678015.
HSL color Cylindrical-coordinate representation of color #BFB5D0: hue angle of 262.22º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFB5D0 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 181 | 208 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.18 |
| HSL | 262.22º | 0.22% | 0.76% | - |
| HSV(B) | 262.22º | 0.13% | 0.82% | - |
| XYZ | 49.39 | 48.68 | 66.47 | - |
| YUV | 187.07 | 139.81 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 208 | 0.08 | 0.13 | 0 | 0.18 | 262.22 | 0.22 | 0.76 |
| Hex | BF | B5 | D0 | 8 | D | 0 | 12 | 106 | 16 | 4C |
| Octal | 277 | 265 | 320 | 10 | 15 | 0 | 22 | 406 | 26 | 114 |
| Binary | 10111111 | 10110101 | 11010000 | 1000 | 1101 | 0 | 10010 | 100000110 | 10110 | 1001100 |
Color Harmonies of #BFB5D0
Complementary color
Monochromatic Colors of #BFB5D0
Black with #BFB5D0
Text Example
Text Example
White with #BFB5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB5D0; }
p { color: rgb(191,181,208); }
H1.HeaderClassName
{
color: #BFB5D0;
}
.AnyTagClassName
{
color: #BFB5D0;
}
</style>
background-color css
<style>
a { background-color: #BFB5D0; }
a { background-color: rgb(191,181,208); }
div.DivClassName
{
background-color: #BFB5D0;
}
.BgClassName
{
background-color: #BFB5D0;
}
</style>
border-color css
<style>
span { border-color: #BFB5D0; }
span { border-color: rgb(191,181,208); }
td.TdClassName
{
border-color: #BFB5D0;
}
.TagClassName
{
border-color: #BFB5D0;
}
</style>