Shades of Moon Raker #BDB0CB
Tints of Moon Raker #BDB0CB
RGB
CMYK
RGB Variations
Color information
#BDB0CB (or 0xBDB0CB) is known color: Moon Raker. HEX triplet: BD, B0 and CB. RGB value is (189,176,203). Sum of RGB (Red+Green+Blue) = 189+176+203=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDB0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB0CB is #424F34. Grayscale: #B6B6B6. Windows color (decimal): -4345653 or 13349053. OLE color: 13349053.
HSL color Cylindrical-coordinate representation of color #BDB0CB: hue angle of 268.89º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDB0CB is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 176 | 203 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.20 |
| HSL | 268.89º | 0.21% | 0.74% | - |
| HSV(B) | 268.89º | 0.13% | 0.8% | - |
| XYZ | 47.29 | 46.18 | 62.92 | - |
| YUV | 182.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 203 | 0.07 | 0.13 | 0 | 0.20 | 268.89 | 0.21 | 0.74 |
| Hex | BD | B0 | CB | 7 | D | 0 | 14 | 10D | 15 | 4A |
| Octal | 275 | 260 | 313 | 7 | 15 | 0 | 24 | 415 | 25 | 112 |
| Binary | 10111101 | 10110000 | 11001011 | 111 | 1101 | 0 | 10100 | 100001101 | 10101 | 1001010 |
Color Harmonies of #BDB0CB
Complementary color
Monochromatic Colors of #BDB0CB
Black with #BDB0CB
Text Example
Text Example
White with #BDB0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0CB; }
p { color: rgb(189,176,203); }
H1.HeaderClassName
{
color: #BDB0CB;
}
.AnyTagClassName
{
color: #BDB0CB;
}
</style>
background-color css
<style>
a { background-color: #BDB0CB; }
a { background-color: rgb(189,176,203); }
div.DivClassName
{
background-color: #BDB0CB;
}
.BgClassName
{
background-color: #BDB0CB;
}
</style>
border-color css
<style>
span { border-color: #BDB0CB; }
span { border-color: rgb(189,176,203); }
td.TdClassName
{
border-color: #BDB0CB;
}
.TagClassName
{
border-color: #BDB0CB;
}
</style>