Shades of Moon Raker #BFB2CE
Tints of Moon Raker #BFB2CE
RGB
CMYK
RGB Variations
Color information
#BFB2CE (or 0xBFB2CE) is known color: Moon Raker. HEX triplet: BF, B2 and CE. RGB value is (191,178,206). Sum of RGB (Red+Green+Blue) = 191+178+206=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 206 (80.86% from 255 or 35.83% from 575); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFB2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB2CE is #404D31. Grayscale: #B8B8B8. Windows color (decimal): -4214066 or 13546175. OLE color: 13546175.
HSL color Cylindrical-coordinate representation of color #BFB2CE: hue angle of 267.86º degrees, saturation: 0.22, 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 #BFB2CE is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 178 | 206 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.19 |
| HSL | 267.86º | 0.22% | 0.75% | - |
| HSV(B) | 267.86º | 0.14% | 0.81% | - |
| XYZ | 48.55 | 47.37 | 64.98 | - |
| YUV | 185.08 | 139.81 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 206 | 0.07 | 0.14 | 0 | 0.19 | 267.86 | 0.22 | 0.75 |
| Hex | BF | B2 | CE | 7 | E | 0 | 13 | 10C | 16 | 4B |
| Octal | 277 | 262 | 316 | 7 | 16 | 0 | 23 | 414 | 26 | 113 |
| Binary | 10111111 | 10110010 | 11001110 | 111 | 1110 | 0 | 10011 | 100001100 | 10110 | 1001011 |
Color Harmonies of #BFB2CE
Complementary color
Monochromatic Colors of #BFB2CE
Black with #BFB2CE
Text Example
Text Example
White with #BFB2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB2CE; }
p { color: rgb(191,178,206); }
H1.HeaderClassName
{
color: #BFB2CE;
}
.AnyTagClassName
{
color: #BFB2CE;
}
</style>
background-color css
<style>
a { background-color: #BFB2CE; }
a { background-color: rgb(191,178,206); }
div.DivClassName
{
background-color: #BFB2CE;
}
.BgClassName
{
background-color: #BFB2CE;
}
</style>
border-color css
<style>
span { border-color: #BFB2CE; }
span { border-color: rgb(191,178,206); }
td.TdClassName
{
border-color: #BFB2CE;
}
.TagClassName
{
border-color: #BFB2CE;
}
</style>