Shades of Moon Raker #BFB0CF
Tints of Moon Raker #BFB0CF
RGB
CMYK
RGB Variations
Color information
#BFB0CF (or 0xBFB0CF) is known color: Moon Raker. HEX triplet: BF, B0 and CF. RGB value is (191,176,207). Sum of RGB (Red+Green+Blue) = 191+176+207=574 (76% of max value = 765). Red value is 191 (75% from 255 or 33.28% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFB0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0CF is #404F30. Grayscale: #B7B7B7. Windows color (decimal): -4214577 or 13611199. OLE color: 13611199.
HSL color Cylindrical-coordinate representation of color #BFB0CF: hue angle of 269.03º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFB0CF is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 176 | 207 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.19 |
| HSL | 269.03º | 0.24% | 0.75% | - |
| HSV(B) | 269.03º | 0.15% | 0.81% | - |
| XYZ | 48.27 | 46.63 | 65.49 | - |
| YUV | 184.02 | 140.97 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 207 | 0.08 | 0.15 | 0 | 0.19 | 269.03 | 0.24 | 0.75 |
| Hex | BF | B0 | CF | 8 | F | 0 | 13 | 10D | 18 | 4B |
| Octal | 277 | 260 | 317 | 10 | 17 | 0 | 23 | 415 | 30 | 113 |
| Binary | 10111111 | 10110000 | 11001111 | 1000 | 1111 | 0 | 10011 | 100001101 | 11000 | 1001011 |
Color Harmonies of #BFB0CF
Complementary color
Monochromatic Colors of #BFB0CF
Black with #BFB0CF
Text Example
Text Example
White with #BFB0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0CF; }
p { color: rgb(191,176,207); }
H1.HeaderClassName
{
color: #BFB0CF;
}
.AnyTagClassName
{
color: #BFB0CF;
}
</style>
background-color css
<style>
a { background-color: #BFB0CF; }
a { background-color: rgb(191,176,207); }
div.DivClassName
{
background-color: #BFB0CF;
}
.BgClassName
{
background-color: #BFB0CF;
}
</style>
border-color css
<style>
span { border-color: #BFB0CF; }
span { border-color: rgb(191,176,207); }
td.TdClassName
{
border-color: #BFB0CF;
}
.TagClassName
{
border-color: #BFB0CF;
}
</style>