Shades of Moon Raker #BFB5CE
Tints of Moon Raker #BFB5CE
RGB
CMYK
RGB Variations
Color information
#BFB5CE (or 0xBFB5CE) is known color: Moon Raker. HEX triplet: BF, B5 and CE. RGB value is (191,181,206). Sum of RGB (Red+Green+Blue) = 191+181+206=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 181 (71.09% from 255 or 31.31% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFB5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFB5CE is #404A31. Grayscale: #BABABA. Windows color (decimal): -4213298 or 13546943. OLE color: 13546943.
HSL color Cylindrical-coordinate representation of color #BFB5CE: hue angle of 264º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFB5CE is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 181 | 206 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.19 |
| HSL | 264º | 0.2% | 0.76% | - |
| HSV(B) | 264º | 0.12% | 0.81% | - |
| XYZ | 49.15 | 48.58 | 65.18 | - |
| YUV | 186.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 206 | 0.07 | 0.12 | 0 | 0.19 | 264 | 0.2 | 0.76 |
| Hex | BF | B5 | CE | 7 | C | 0 | 13 | 108 | 14 | 4C |
| Octal | 277 | 265 | 316 | 7 | 14 | 0 | 23 | 410 | 24 | 114 |
| Binary | 10111111 | 10110101 | 11001110 | 111 | 1100 | 0 | 10011 | 100001000 | 10100 | 1001100 |
Color Harmonies of #BFB5CE
Complementary color
Monochromatic Colors of #BFB5CE
Black with #BFB5CE
Text Example
Text Example
White with #BFB5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB5CE; }
p { color: rgb(191,181,206); }
H1.HeaderClassName
{
color: #BFB5CE;
}
.AnyTagClassName
{
color: #BFB5CE;
}
</style>
background-color css
<style>
a { background-color: #BFB5CE; }
a { background-color: rgb(191,181,206); }
div.DivClassName
{
background-color: #BFB5CE;
}
.BgClassName
{
background-color: #BFB5CE;
}
</style>
border-color css
<style>
span { border-color: #BFB5CE; }
span { border-color: rgb(191,181,206); }
td.TdClassName
{
border-color: #BFB5CE;
}
.TagClassName
{
border-color: #BFB5CE;
}
</style>