Shades of Moon Raker #BDB5CA
Tints of Moon Raker #BDB5CA
RGB
CMYK
RGB Variations
Color information
#BDB5CA (or 0xBDB5CA) is known color: Moon Raker. HEX triplet: BD, B5 and CA. RGB value is (189,181,202). Sum of RGB (Red+Green+Blue) = 189+181+202=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 202 (79.30% from 255 or 35.31% from 572); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDB5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB5CA is #424A35. Grayscale: #B9B9B9. Windows color (decimal): -4344374 or 13284797. OLE color: 13284797.
HSL color Cylindrical-coordinate representation of color #BDB5CA: hue angle of 262.86º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDB5CA is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 181 | 202 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.21 |
| HSL | 262.86º | 0.17% | 0.75% | - |
| HSV(B) | 262.86º | 0.1% | 0.79% | - |
| XYZ | 48.17 | 48.13 | 62.63 | - |
| YUV | 185.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 181 | 202 | 0.06 | 0.10 | 0 | 0.21 | 262.86 | 0.17 | 0.75 |
| Hex | BD | B5 | CA | 6 | A | 0 | 15 | 107 | 11 | 4B |
| Octal | 275 | 265 | 312 | 6 | 12 | 0 | 25 | 407 | 21 | 113 |
| Binary | 10111101 | 10110101 | 11001010 | 110 | 1010 | 0 | 10101 | 100000111 | 10001 | 1001011 |
Color Harmonies of #BDB5CA
Complementary color
Monochromatic Colors of #BDB5CA
Black with #BDB5CA
Text Example
Text Example
White with #BDB5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB5CA; }
p { color: rgb(189,181,202); }
H1.HeaderClassName
{
color: #BDB5CA;
}
.AnyTagClassName
{
color: #BDB5CA;
}
</style>
background-color css
<style>
a { background-color: #BDB5CA; }
a { background-color: rgb(189,181,202); }
div.DivClassName
{
background-color: #BDB5CA;
}
.BgClassName
{
background-color: #BDB5CA;
}
</style>
border-color css
<style>
span { border-color: #BDB5CA; }
span { border-color: rgb(189,181,202); }
td.TdClassName
{
border-color: #BDB5CA;
}
.TagClassName
{
border-color: #BDB5CA;
}
</style>