Shades of Moon Raker #BDB6CE
Tints of Moon Raker #BDB6CE
RGB
CMYK
RGB Variations
Color information
#BDB6CE (or 0xBDB6CE) is known color: Moon Raker. HEX triplet: BD, B6 and CE. RGB value is (189,182,206). Sum of RGB (Red+Green+Blue) = 189+182+206=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDB6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB6CE is #424931. Grayscale: #BABABA. Windows color (decimal): -4344114 or 13547197. OLE color: 13547197.
HSL color Cylindrical-coordinate representation of color #BDB6CE: hue angle of 257.5º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDB6CE is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 182 | 206 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.19 |
| HSL | 257.5º | 0.2% | 0.76% | - |
| HSV(B) | 257.5º | 0.12% | 0.81% | - |
| XYZ | 48.85 | 48.73 | 65.22 | - |
| YUV | 186.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 206 | 0.08 | 0.12 | 0 | 0.19 | 257.5 | 0.2 | 0.76 |
| Hex | BD | B6 | CE | 8 | C | 0 | 13 | 102 | 14 | 4C |
| Octal | 275 | 266 | 316 | 10 | 14 | 0 | 23 | 402 | 24 | 114 |
| Binary | 10111101 | 10110110 | 11001110 | 1000 | 1100 | 0 | 10011 | 100000010 | 10100 | 1001100 |
Color Harmonies of #BDB6CE
Complementary color
Monochromatic Colors of #BDB6CE
Black with #BDB6CE
Text Example
Text Example
White with #BDB6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB6CE; }
p { color: rgb(189,182,206); }
H1.HeaderClassName
{
color: #BDB6CE;
}
.AnyTagClassName
{
color: #BDB6CE;
}
</style>
background-color css
<style>
a { background-color: #BDB6CE; }
a { background-color: rgb(189,182,206); }
div.DivClassName
{
background-color: #BDB6CE;
}
.BgClassName
{
background-color: #BDB6CE;
}
</style>
border-color css
<style>
span { border-color: #BDB6CE; }
span { border-color: rgb(189,182,206); }
td.TdClassName
{
border-color: #BDB6CE;
}
.TagClassName
{
border-color: #BDB6CE;
}
</style>