Shades of Moon Raker #BFB0CE
Tints of Moon Raker #BFB0CE
RGB
CMYK
RGB Variations
Color information
#BFB0CE (or 0xBFB0CE) is known color: Moon Raker. HEX triplet: BF, B0 and CE. RGB value is (191,176,206). Sum of RGB (Red+Green+Blue) = 191+176+206=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFB0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB0CE is #404F31. Grayscale: #B7B7B7. Windows color (decimal): -4214578 or 13545663. OLE color: 13545663.
HSL color Cylindrical-coordinate representation of color #BFB0CE: hue angle of 270º degrees, saturation: 0.23, 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 #BFB0CE is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 176 | 206 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.19 |
| HSL | 270º | 0.23% | 0.75% | - |
| HSV(B) | 270º | 0.15% | 0.81% | - |
| XYZ | 48.15 | 46.58 | 64.85 | - |
| YUV | 183.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 206 | 0.07 | 0.15 | 0 | 0.19 | 270 | 0.23 | 0.75 |
| Hex | BF | B0 | CE | 7 | F | 0 | 13 | 10E | 17 | 4B |
| Octal | 277 | 260 | 316 | 7 | 17 | 0 | 23 | 416 | 27 | 113 |
| Binary | 10111111 | 10110000 | 11001110 | 111 | 1111 | 0 | 10011 | 100001110 | 10111 | 1001011 |
Color Harmonies of #BFB0CE
Complementary color
Monochromatic Colors of #BFB0CE
Black with #BFB0CE
Text Example
Text Example
White with #BFB0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0CE; }
p { color: rgb(191,176,206); }
H1.HeaderClassName
{
color: #BFB0CE;
}
.AnyTagClassName
{
color: #BFB0CE;
}
</style>
background-color css
<style>
a { background-color: #BFB0CE; }
a { background-color: rgb(191,176,206); }
div.DivClassName
{
background-color: #BFB0CE;
}
.BgClassName
{
background-color: #BFB0CE;
}
</style>
border-color css
<style>
span { border-color: #BFB0CE; }
span { border-color: rgb(191,176,206); }
td.TdClassName
{
border-color: #BFB0CE;
}
.TagClassName
{
border-color: #BFB0CE;
}
</style>