Shades of Moon Raker #BDB3CB
Tints of Moon Raker #BDB3CB
RGB
CMYK
RGB Variations
Color information
#BDB3CB (or 0xBDB3CB) is known color: Moon Raker. HEX triplet: BD, B3 and CB. RGB value is (189,179,203). Sum of RGB (Red+Green+Blue) = 189+179+203=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDB3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB3CB is #424C34. Grayscale: #B8B8B8. Windows color (decimal): -4344885 or 13349821. OLE color: 13349821.
HSL color Cylindrical-coordinate representation of color #BDB3CB: hue angle of 265º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDB3CB is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 179 | 203 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.20 |
| HSL | 265º | 0.19% | 0.75% | - |
| HSV(B) | 265º | 0.12% | 0.8% | - |
| XYZ | 47.89 | 47.37 | 63.12 | - |
| YUV | 184.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 203 | 0.07 | 0.12 | 0 | 0.20 | 265 | 0.19 | 0.75 |
| Hex | BD | B3 | CB | 7 | C | 0 | 14 | 109 | 13 | 4B |
| Octal | 275 | 263 | 313 | 7 | 14 | 0 | 24 | 411 | 23 | 113 |
| Binary | 10111101 | 10110011 | 11001011 | 111 | 1100 | 0 | 10100 | 100001001 | 10011 | 1001011 |
Color Harmonies of #BDB3CB
Complementary color
Monochromatic Colors of #BDB3CB
Black with #BDB3CB
Text Example
Text Example
White with #BDB3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB3CB; }
p { color: rgb(189,179,203); }
H1.HeaderClassName
{
color: #BDB3CB;
}
.AnyTagClassName
{
color: #BDB3CB;
}
</style>
background-color css
<style>
a { background-color: #BDB3CB; }
a { background-color: rgb(189,179,203); }
div.DivClassName
{
background-color: #BDB3CB;
}
.BgClassName
{
background-color: #BDB3CB;
}
</style>
border-color css
<style>
span { border-color: #BDB3CB; }
span { border-color: rgb(189,179,203); }
td.TdClassName
{
border-color: #BDB3CB;
}
.TagClassName
{
border-color: #BDB3CB;
}
</style>