Shades of Moon Raker #BDB3D4
Tints of Moon Raker #BDB3D4
RGB
CMYK
RGB Variations
Color information
#BDB3D4 (or 0xBDB3D4) is known color: Moon Raker. HEX triplet: BD, B3 and D4. RGB value is (189,179,212). Sum of RGB (Red+Green+Blue) = 189+179+212=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 179 (70.31% from 255 or 30.86% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 212 - color contains mainly: blue. Hex color #BDB3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB3D4 is #424C2B. Grayscale: #B9B9B9. Windows color (decimal): -4344876 or 13939645. OLE color: 13939645.
HSL color Cylindrical-coordinate representation of color #BDB3D4: hue angle of 258.18º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDB3D4 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 179 | 212 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.17 |
| HSL | 258.18º | 0.28% | 0.77% | - |
| HSV(B) | 258.18º | 0.16% | 0.83% | - |
| XYZ | 48.99 | 47.81 | 68.93 | - |
| YUV | 185.75 | 142.81 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 212 | 0.11 | 0.16 | 0 | 0.17 | 258.18 | 0.28 | 0.77 |
| Hex | BD | B3 | D4 | B | 10 | 0 | 11 | 102 | 1C | 4D |
| Octal | 275 | 263 | 324 | 13 | 20 | 0 | 21 | 402 | 34 | 115 |
| Binary | 10111101 | 10110011 | 11010100 | 1011 | 10000 | 0 | 10001 | 100000010 | 11100 | 1001101 |
Color Harmonies of #BDB3D4
Complementary color
Monochromatic Colors of #BDB3D4
Black with #BDB3D4
Text Example
Text Example
White with #BDB3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB3D4; }
p { color: rgb(189,179,212); }
H1.HeaderClassName
{
color: #BDB3D4;
}
.AnyTagClassName
{
color: #BDB3D4;
}
</style>
background-color css
<style>
a { background-color: #BDB3D4; }
a { background-color: rgb(189,179,212); }
div.DivClassName
{
background-color: #BDB3D4;
}
.BgClassName
{
background-color: #BDB3D4;
}
</style>
border-color css
<style>
span { border-color: #BDB3D4; }
span { border-color: rgb(189,179,212); }
td.TdClassName
{
border-color: #BDB3D4;
}
.TagClassName
{
border-color: #BDB3D4;
}
</style>