Shades of Moon Raker #BDAFDC
Tints of Moon Raker #BDAFDC
RGB
CMYK
RGB Variations
Color information
#BDAFDC (or 0xBDAFDC) is known color: Moon Raker. HEX triplet: BD, AF and DC. RGB value is (189,175,220). Sum of RGB (Red+Green+Blue) = 189+175+220=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDAFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFDC is #425023. Grayscale: #B8B8B8. Windows color (decimal): -4345892 or 14462909. OLE color: 14462909.
HSL color Cylindrical-coordinate representation of color #BDAFDC: hue angle of 258.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDAFDC is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 175 | 220 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.14 |
| HSL | 258.67º | 0.39% | 0.77% | - |
| HSV(B) | 258.67º | 0.2% | 0.86% | - |
| XYZ | 49.23 | 46.65 | 74.12 | - |
| YUV | 184.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 220 | 0.14 | 0.20 | 0 | 0.14 | 258.67 | 0.39 | 0.77 |
| Hex | BD | AF | DC | E | 14 | 0 | E | 103 | 27 | 4D |
| Octal | 275 | 257 | 334 | 16 | 24 | 0 | 16 | 403 | 47 | 115 |
| Binary | 10111101 | 10101111 | 11011100 | 1110 | 10100 | 0 | 1110 | 100000011 | 100111 | 1001101 |
Color Harmonies of #BDAFDC
Complementary color
Monochromatic Colors of #BDAFDC
Black with #BDAFDC
Text Example
Text Example
White with #BDAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAFDC; }
p { color: rgb(189,175,220); }
H1.HeaderClassName
{
color: #BDAFDC;
}
.AnyTagClassName
{
color: #BDAFDC;
}
</style>
background-color css
<style>
a { background-color: #BDAFDC; }
a { background-color: rgb(189,175,220); }
div.DivClassName
{
background-color: #BDAFDC;
}
.BgClassName
{
background-color: #BDAFDC;
}
</style>
border-color css
<style>
span { border-color: #BDAFDC; }
span { border-color: rgb(189,175,220); }
td.TdClassName
{
border-color: #BDAFDC;
}
.TagClassName
{
border-color: #BDAFDC;
}
</style>