Shades of Moon Raker #BDB1D3
Tints of Moon Raker #BDB1D3
RGB
CMYK
RGB Variations
Color information
#BDB1D3 (or 0xBDB1D3) is known color: Moon Raker. HEX triplet: BD, B1 and D3. RGB value is (189,177,211). Sum of RGB (Red+Green+Blue) = 189+177+211=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 211 - color contains mainly: blue. Hex color #BDB1D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB1D3 is #424E2C. Grayscale: #B8B8B8. Windows color (decimal): -4345389 or 13873597. OLE color: 13873597.
HSL color Cylindrical-coordinate representation of color #BDB1D3: hue angle of 261.18º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDB1D3 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 177 | 211 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.17 |
| HSL | 261.18º | 0.28% | 0.76% | - |
| HSV(B) | 261.18º | 0.16% | 0.83% | - |
| XYZ | 48.47 | 46.97 | 68.14 | - |
| YUV | 184.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 211 | 0.10 | 0.16 | 0 | 0.17 | 261.18 | 0.28 | 0.76 |
| Hex | BD | B1 | D3 | A | 10 | 0 | 11 | 105 | 1C | 4C |
| Octal | 275 | 261 | 323 | 12 | 20 | 0 | 21 | 405 | 34 | 114 |
| Binary | 10111101 | 10110001 | 11010011 | 1010 | 10000 | 0 | 10001 | 100000101 | 11100 | 1001100 |
Color Harmonies of #BDB1D3
Complementary color
Monochromatic Colors of #BDB1D3
Black with #BDB1D3
Text Example
Text Example
White with #BDB1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB1D3; }
p { color: rgb(189,177,211); }
H1.HeaderClassName
{
color: #BDB1D3;
}
.AnyTagClassName
{
color: #BDB1D3;
}
</style>
background-color css
<style>
a { background-color: #BDB1D3; }
a { background-color: rgb(189,177,211); }
div.DivClassName
{
background-color: #BDB1D3;
}
.BgClassName
{
background-color: #BDB1D3;
}
</style>
border-color css
<style>
span { border-color: #BDB1D3; }
span { border-color: rgb(189,177,211); }
td.TdClassName
{
border-color: #BDB1D3;
}
.TagClassName
{
border-color: #BDB1D3;
}
</style>