Shades of Moon Raker #BDB6CB
Tints of Moon Raker #BDB6CB
RGB
CMYK
RGB Variations
Color information
#BDB6CB (or 0xBDB6CB) is known color: Moon Raker. HEX triplet: BD, B6 and CB. RGB value is (189,182,203). Sum of RGB (Red+Green+Blue) = 189+182+203=574 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.93% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDB6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB6CB is #424934. Grayscale: #BABABA. Windows color (decimal): -4344117 or 13350589. OLE color: 13350589.
HSL color Cylindrical-coordinate representation of color #BDB6CB: hue angle of 260º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDB6CB is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 182 | 203 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.20 |
| HSL | 260º | 0.17% | 0.75% | - |
| HSV(B) | 260º | 0.1% | 0.8% | - |
| XYZ | 48.49 | 48.59 | 63.32 | - |
| YUV | 186.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 203 | 0.07 | 0.10 | 0 | 0.20 | 260 | 0.17 | 0.75 |
| Hex | BD | B6 | CB | 7 | A | 0 | 14 | 104 | 11 | 4B |
| Octal | 275 | 266 | 313 | 7 | 12 | 0 | 24 | 404 | 21 | 113 |
| Binary | 10111101 | 10110110 | 11001011 | 111 | 1010 | 0 | 10100 | 100000100 | 10001 | 1001011 |
Color Harmonies of #BDB6CB
Complementary color
Monochromatic Colors of #BDB6CB
Black with #BDB6CB
Text Example
Text Example
White with #BDB6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB6CB; }
p { color: rgb(189,182,203); }
H1.HeaderClassName
{
color: #BDB6CB;
}
.AnyTagClassName
{
color: #BDB6CB;
}
</style>
background-color css
<style>
a { background-color: #BDB6CB; }
a { background-color: rgb(189,182,203); }
div.DivClassName
{
background-color: #BDB6CB;
}
.BgClassName
{
background-color: #BDB6CB;
}
</style>
border-color css
<style>
span { border-color: #BDB6CB; }
span { border-color: rgb(189,182,203); }
td.TdClassName
{
border-color: #BDB6CB;
}
.TagClassName
{
border-color: #BDB6CB;
}
</style>