Shades of Moon Raker #BFB5CF
Tints of Moon Raker #BFB5CF
RGB
CMYK
RGB Variations
Color information
#BFB5CF (or 0xBFB5CF) is known color: Moon Raker. HEX triplet: BF, B5 and CF. RGB value is (191,181,207). Sum of RGB (Red+Green+Blue) = 191+181+207=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 181 (71.09% from 255 or 31.26% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFB5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB5CF is #404A30. Grayscale: #BABABA. Windows color (decimal): -4213297 or 13612479. OLE color: 13612479.
HSL color Cylindrical-coordinate representation of color #BFB5CF: hue angle of 263.08º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFB5CF is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 181 | 207 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.19 |
| HSL | 263.08º | 0.21% | 0.76% | - |
| HSV(B) | 263.08º | 0.13% | 0.81% | - |
| XYZ | 49.27 | 48.63 | 65.82 | - |
| YUV | 186.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 207 | 0.08 | 0.13 | 0 | 0.19 | 263.08 | 0.21 | 0.76 |
| Hex | BF | B5 | CF | 8 | D | 0 | 13 | 107 | 15 | 4C |
| Octal | 277 | 265 | 317 | 10 | 15 | 0 | 23 | 407 | 25 | 114 |
| Binary | 10111111 | 10110101 | 11001111 | 1000 | 1101 | 0 | 10011 | 100000111 | 10101 | 1001100 |
Color Harmonies of #BFB5CF
Complementary color
Monochromatic Colors of #BFB5CF
Black with #BFB5CF
Text Example
Text Example
White with #BFB5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB5CF; }
p { color: rgb(191,181,207); }
H1.HeaderClassName
{
color: #BFB5CF;
}
.AnyTagClassName
{
color: #BFB5CF;
}
</style>
background-color css
<style>
a { background-color: #BFB5CF; }
a { background-color: rgb(191,181,207); }
div.DivClassName
{
background-color: #BFB5CF;
}
.BgClassName
{
background-color: #BFB5CF;
}
</style>
border-color css
<style>
span { border-color: #BFB5CF; }
span { border-color: rgb(191,181,207); }
td.TdClassName
{
border-color: #BFB5CF;
}
.TagClassName
{
border-color: #BFB5CF;
}
</style>