Shades of Moon Raker #BDB2CB
Tints of Moon Raker #BDB2CB
RGB
CMYK
RGB Variations
Color information
#BDB2CB (or 0xBDB2CB) is known color: Moon Raker. HEX triplet: BD, B2 and CB. RGB value is (189,178,203). Sum of RGB (Red+Green+Blue) = 189+178+203=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 178 (69.92% from 255 or 31.23% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDB2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB2CB is #424D34. Grayscale: #B8B8B8. Windows color (decimal): -4345141 or 13349565. OLE color: 13349565.
HSL color Cylindrical-coordinate representation of color #BDB2CB: hue angle of 266.4º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDB2CB is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 178 | 203 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.20 |
| HSL | 266.4º | 0.19% | 0.75% | - |
| HSV(B) | 266.4º | 0.12% | 0.8% | - |
| XYZ | 47.69 | 46.97 | 63.05 | - |
| YUV | 184.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 203 | 0.07 | 0.12 | 0 | 0.20 | 266.4 | 0.19 | 0.75 |
| Hex | BD | B2 | CB | 7 | C | 0 | 14 | 10A | 13 | 4B |
| Octal | 275 | 262 | 313 | 7 | 14 | 0 | 24 | 412 | 23 | 113 |
| Binary | 10111101 | 10110010 | 11001011 | 111 | 1100 | 0 | 10100 | 100001010 | 10011 | 1001011 |
Color Harmonies of #BDB2CB
Complementary color
Monochromatic Colors of #BDB2CB
Black with #BDB2CB
Text Example
Text Example
White with #BDB2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2CB; }
p { color: rgb(189,178,203); }
H1.HeaderClassName
{
color: #BDB2CB;
}
.AnyTagClassName
{
color: #BDB2CB;
}
</style>
background-color css
<style>
a { background-color: #BDB2CB; }
a { background-color: rgb(189,178,203); }
div.DivClassName
{
background-color: #BDB2CB;
}
.BgClassName
{
background-color: #BDB2CB;
}
</style>
border-color css
<style>
span { border-color: #BDB2CB; }
span { border-color: rgb(189,178,203); }
td.TdClassName
{
border-color: #BDB2CB;
}
.TagClassName
{
border-color: #BDB2CB;
}
</style>