Shades of Moon Raker #BFB1CF
Tints of Moon Raker #BFB1CF
RGB
CMYK
RGB Variations
Color information
#BFB1CF (or 0xBFB1CF) is known color: Moon Raker. HEX triplet: BF, B1 and CF. RGB value is (191,177,207). Sum of RGB (Red+Green+Blue) = 191+177+207=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 177 (69.53% from 255 or 30.78% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 207 - color contains mainly: blue. Hex color #BFB1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB1CF is #404E30. Grayscale: #B8B8B8. Windows color (decimal): -4214321 or 13611455. OLE color: 13611455.
HSL color Cylindrical-coordinate representation of color #BFB1CF: hue angle of 268º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFB1CF is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 177 | 207 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.19 |
| HSL | 268º | 0.24% | 0.75% | - |
| HSV(B) | 268º | 0.14% | 0.81% | - |
| XYZ | 48.47 | 47.03 | 65.55 | - |
| YUV | 184.61 | 140.64 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 207 | 0.08 | 0.14 | 0 | 0.19 | 268 | 0.24 | 0.75 |
| Hex | BF | B1 | CF | 8 | E | 0 | 13 | 10C | 18 | 4B |
| Octal | 277 | 261 | 317 | 10 | 16 | 0 | 23 | 414 | 30 | 113 |
| Binary | 10111111 | 10110001 | 11001111 | 1000 | 1110 | 0 | 10011 | 100001100 | 11000 | 1001011 |
Color Harmonies of #BFB1CF
Complementary color
Monochromatic Colors of #BFB1CF
Black with #BFB1CF
Text Example
Text Example
White with #BFB1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB1CF; }
p { color: rgb(191,177,207); }
H1.HeaderClassName
{
color: #BFB1CF;
}
.AnyTagClassName
{
color: #BFB1CF;
}
</style>
background-color css
<style>
a { background-color: #BFB1CF; }
a { background-color: rgb(191,177,207); }
div.DivClassName
{
background-color: #BFB1CF;
}
.BgClassName
{
background-color: #BFB1CF;
}
</style>
border-color css
<style>
span { border-color: #BFB1CF; }
span { border-color: rgb(191,177,207); }
td.TdClassName
{
border-color: #BFB1CF;
}
.TagClassName
{
border-color: #BFB1CF;
}
</style>