Shades of Moon Raker #BFB2D0
Tints of Moon Raker #BFB2D0
RGB
CMYK
RGB Variations
Color information
#BFB2D0 (or 0xBFB2D0) is known color: Moon Raker. HEX triplet: BF, B2 and D0. RGB value is (191,178,208). Sum of RGB (Red+Green+Blue) = 191+178+208=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFB2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFB2D0 is #404D2F. Grayscale: #B9B9B9. Windows color (decimal): -4214064 or 13677247. OLE color: 13677247.
HSL color Cylindrical-coordinate representation of color #BFB2D0: hue angle of 266º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFB2D0 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 178 | 208 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.18 |
| HSL | 266º | 0.24% | 0.76% | - |
| HSV(B) | 266º | 0.14% | 0.82% | - |
| XYZ | 48.79 | 47.47 | 66.27 | - |
| YUV | 185.31 | 140.81 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 208 | 0.08 | 0.14 | 0 | 0.18 | 266 | 0.24 | 0.76 |
| Hex | BF | B2 | D0 | 8 | E | 0 | 12 | 10A | 18 | 4C |
| Octal | 277 | 262 | 320 | 10 | 16 | 0 | 22 | 412 | 30 | 114 |
| Binary | 10111111 | 10110010 | 11010000 | 1000 | 1110 | 0 | 10010 | 100001010 | 11000 | 1001100 |
Color Harmonies of #BFB2D0
Complementary color
Monochromatic Colors of #BFB2D0
Black with #BFB2D0
Text Example
Text Example
White with #BFB2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB2D0; }
p { color: rgb(191,178,208); }
H1.HeaderClassName
{
color: #BFB2D0;
}
.AnyTagClassName
{
color: #BFB2D0;
}
</style>
background-color css
<style>
a { background-color: #BFB2D0; }
a { background-color: rgb(191,178,208); }
div.DivClassName
{
background-color: #BFB2D0;
}
.BgClassName
{
background-color: #BFB2D0;
}
</style>
border-color css
<style>
span { border-color: #BFB2D0; }
span { border-color: rgb(191,178,208); }
td.TdClassName
{
border-color: #BFB2D0;
}
.TagClassName
{
border-color: #BFB2D0;
}
</style>