Shades of Moon Raker #BDB1D7
Tints of Moon Raker #BDB1D7
RGB
CMYK
RGB Variations
Color information
#BDB1D7 (or 0xBDB1D7) is known color: Moon Raker. HEX triplet: BD, B1 and D7. RGB value is (189,177,215). Sum of RGB (Red+Green+Blue) = 189+177+215=581 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.53% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 215 (84.38% from 255 or 37.01% from 581); Max value from RGB is 215 - color contains mainly: blue. Hex color #BDB1D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1D7 is #424E28. Grayscale: #B8B8B8. Windows color (decimal): -4345385 or 14135741. OLE color: 14135741.
HSL color Cylindrical-coordinate representation of color #BDB1D7: hue angle of 258.95º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDB1D7 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 177 | 215 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.16 |
| HSL | 258.95º | 0.32% | 0.77% | - |
| HSV(B) | 258.95º | 0.18% | 0.84% | - |
| XYZ | 48.97 | 47.17 | 70.81 | - |
| YUV | 184.92 | 144.98 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 215 | 0.12 | 0.18 | 0 | 0.16 | 258.95 | 0.32 | 0.77 |
| Hex | BD | B1 | D7 | C | 12 | 0 | 10 | 103 | 20 | 4D |
| Octal | 275 | 261 | 327 | 14 | 22 | 0 | 20 | 403 | 40 | 115 |
| Binary | 10111101 | 10110001 | 11010111 | 1100 | 10010 | 0 | 10000 | 100000011 | 100000 | 1001101 |
Color Harmonies of #BDB1D7
Complementary color
Monochromatic Colors of #BDB1D7
Black with #BDB1D7
Text Example
Text Example
White with #BDB1D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB1D7; }
p { color: rgb(189,177,215); }
H1.HeaderClassName
{
color: #BDB1D7;
}
.AnyTagClassName
{
color: #BDB1D7;
}
</style>
background-color css
<style>
a { background-color: #BDB1D7; }
a { background-color: rgb(189,177,215); }
div.DivClassName
{
background-color: #BDB1D7;
}
.BgClassName
{
background-color: #BDB1D7;
}
</style>
border-color css
<style>
span { border-color: #BDB1D7; }
span { border-color: rgb(189,177,215); }
td.TdClassName
{
border-color: #BDB1D7;
}
.TagClassName
{
border-color: #BDB1D7;
}
</style>