Shades of Moon Raker #BDB5CE
Tints of Moon Raker #BDB5CE
RGB
CMYK
RGB Variations
Color information
#BDB5CE (or 0xBDB5CE) is known color: Moon Raker. HEX triplet: BD, B5 and CE. RGB value is (189,181,206). Sum of RGB (Red+Green+Blue) = 189+181+206=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #BDB5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB5CE is #424A31. Grayscale: #BABABA. Windows color (decimal): -4344370 or 13546941. OLE color: 13546941.
HSL color Cylindrical-coordinate representation of color #BDB5CE: hue angle of 259.2º 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 #BDB5CE is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 181 | 206 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.19 |
| HSL | 259.2º | 0.2% | 0.76% | - |
| HSV(B) | 259.2º | 0.12% | 0.81% | - |
| XYZ | 48.65 | 48.32 | 65.16 | - |
| YUV | 186.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 206 | 0.08 | 0.12 | 0 | 0.19 | 259.2 | 0.2 | 0.76 |
| Hex | BD | B5 | CE | 8 | C | 0 | 13 | 103 | 14 | 4C |
| Octal | 275 | 265 | 316 | 10 | 14 | 0 | 23 | 403 | 24 | 114 |
| Binary | 10111101 | 10110101 | 11001110 | 1000 | 1100 | 0 | 10011 | 100000011 | 10100 | 1001100 |
Color Harmonies of #BDB5CE
Complementary color
Monochromatic Colors of #BDB5CE
Black with #BDB5CE
Text Example
Text Example
White with #BDB5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB5CE; }
p { color: rgb(189,181,206); }
H1.HeaderClassName
{
color: #BDB5CE;
}
.AnyTagClassName
{
color: #BDB5CE;
}
</style>
background-color css
<style>
a { background-color: #BDB5CE; }
a { background-color: rgb(189,181,206); }
div.DivClassName
{
background-color: #BDB5CE;
}
.BgClassName
{
background-color: #BDB5CE;
}
</style>
border-color css
<style>
span { border-color: #BDB5CE; }
span { border-color: rgb(189,181,206); }
td.TdClassName
{
border-color: #BDB5CE;
}
.TagClassName
{
border-color: #BDB5CE;
}
</style>