Shades of Moon Raker #BDB3CE
Tints of Moon Raker #BDB3CE
RGB
CMYK
RGB Variations
Color information
#BDB3CE (or 0xBDB3CE) is known color: Moon Raker. HEX triplet: BD, B3 and CE. RGB value is (189,179,206). Sum of RGB (Red+Green+Blue) = 189+179+206=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 179 (70.31% from 255 or 31.18% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDB3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB3CE is #424C31. Grayscale: #B8B8B8. Windows color (decimal): -4344882 or 13546429. OLE color: 13546429.
HSL color Cylindrical-coordinate representation of color #BDB3CE: hue angle of 262.22º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDB3CE is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 179 | 206 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.19 |
| HSL | 262.22º | 0.22% | 0.75% | - |
| HSV(B) | 262.22º | 0.13% | 0.81% | - |
| XYZ | 48.25 | 47.52 | 65.02 | - |
| YUV | 185.07 | 139.81 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 206 | 0.08 | 0.13 | 0 | 0.19 | 262.22 | 0.22 | 0.75 |
| Hex | BD | B3 | CE | 8 | D | 0 | 13 | 106 | 16 | 4B |
| Octal | 275 | 263 | 316 | 10 | 15 | 0 | 23 | 406 | 26 | 113 |
| Binary | 10111101 | 10110011 | 11001110 | 1000 | 1101 | 0 | 10011 | 100000110 | 10110 | 1001011 |
Color Harmonies of #BDB3CE
Complementary color
Monochromatic Colors of #BDB3CE
Black with #BDB3CE
Text Example
Text Example
White with #BDB3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB3CE; }
p { color: rgb(189,179,206); }
H1.HeaderClassName
{
color: #BDB3CE;
}
.AnyTagClassName
{
color: #BDB3CE;
}
</style>
background-color css
<style>
a { background-color: #BDB3CE; }
a { background-color: rgb(189,179,206); }
div.DivClassName
{
background-color: #BDB3CE;
}
.BgClassName
{
background-color: #BDB3CE;
}
</style>
border-color css
<style>
span { border-color: #BDB3CE; }
span { border-color: rgb(189,179,206); }
td.TdClassName
{
border-color: #BDB3CE;
}
.TagClassName
{
border-color: #BDB3CE;
}
</style>