Shades of Moon Raker #BDB3CA
Tints of Moon Raker #BDB3CA
RGB
CMYK
RGB Variations
Color information
#BDB3CA (or 0xBDB3CA) is known color: Moon Raker. HEX triplet: BD, B3 and CA. RGB value is (189,179,202). Sum of RGB (Red+Green+Blue) = 189+179+202=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #BDB3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB3CA is #424C35. Grayscale: #B8B8B8. Windows color (decimal): -4344886 or 13284285. OLE color: 13284285.
HSL color Cylindrical-coordinate representation of color #BDB3CA: hue angle of 266.09º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDB3CA is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 179 | 202 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.21 |
| HSL | 266.09º | 0.18% | 0.75% | - |
| HSV(B) | 266.09º | 0.11% | 0.79% | - |
| XYZ | 47.77 | 47.32 | 62.49 | - |
| YUV | 184.61 | 137.81 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 202 | 0.06 | 0.11 | 0 | 0.21 | 266.09 | 0.18 | 0.75 |
| Hex | BD | B3 | CA | 6 | B | 0 | 15 | 10A | 12 | 4B |
| Octal | 275 | 263 | 312 | 6 | 13 | 0 | 25 | 412 | 22 | 113 |
| Binary | 10111101 | 10110011 | 11001010 | 110 | 1011 | 0 | 10101 | 100001010 | 10010 | 1001011 |
Color Harmonies of #BDB3CA
Complementary color
Monochromatic Colors of #BDB3CA
Black with #BDB3CA
Text Example
Text Example
White with #BDB3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB3CA; }
p { color: rgb(189,179,202); }
H1.HeaderClassName
{
color: #BDB3CA;
}
.AnyTagClassName
{
color: #BDB3CA;
}
</style>
background-color css
<style>
a { background-color: #BDB3CA; }
a { background-color: rgb(189,179,202); }
div.DivClassName
{
background-color: #BDB3CA;
}
.BgClassName
{
background-color: #BDB3CA;
}
</style>
border-color css
<style>
span { border-color: #BDB3CA; }
span { border-color: rgb(189,179,202); }
td.TdClassName
{
border-color: #BDB3CA;
}
.TagClassName
{
border-color: #BDB3CA;
}
</style>