Shades of Moon Raker #BDAFCD
Tints of Moon Raker #BDAFCD
RGB
CMYK
RGB Variations
Color information
#BDAFCD (or 0xBDAFCD) is known color: Moon Raker. HEX triplet: BD, AF and CD. RGB value is (189,175,205). Sum of RGB (Red+Green+Blue) = 189+175+205=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDAFCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFCD is #425032. Grayscale: #B6B6B6. Windows color (decimal): -4345907 or 13479869. OLE color: 13479869.
HSL color Cylindrical-coordinate representation of color #BDAFCD: hue angle of 268º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDAFCD is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 189 | 175 | 205 | - |
CMYK | 0.08 | 0.15 | 0 | 0.20 |
HSL | 268º | 0.23% | 0.75% | - |
HSV(B) | 268º | 0.15% | 0.8% | - |
XYZ | 47.34 | 45.89 | 64.12 | - |
YUV | 182.61 | 140.64 | 132.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 175 | 205 | 0.08 | 0.15 | 0 | 0.20 | 268 | 0.23 | 0.75 |
Hex | BD | AF | CD | 8 | F | 0 | 14 | 10C | 17 | 4B |
Octal | 275 | 257 | 315 | 10 | 17 | 0 | 24 | 414 | 27 | 113 |
Binary | 10111101 | 10101111 | 11001101 | 1000 | 1111 | 0 | 10100 | 100001100 | 10111 | 1001011 |
Color Harmonies of #BDAFCD
Complementary color
Monochromatic Colors of #BDAFCD
Black with #BDAFCD
Text Example
Text Example
White with #BDAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAFCD; }
p { color: rgb(189,175,205); }
H1.HeaderClassName
{
color: #BDAFCD;
}
.AnyTagClassName
{
color: #BDAFCD;
}
</style>
background-color css
<style>
a { background-color: #BDAFCD; }
a { background-color: rgb(189,175,205); }
div.DivClassName
{
background-color: #BDAFCD;
}
.BgClassName
{
background-color: #BDAFCD;
}
</style>
border-color css
<style>
span { border-color: #BDAFCD; }
span { border-color: rgb(189,175,205); }
td.TdClassName
{
border-color: #BDAFCD;
}
.TagClassName
{
border-color: #BDAFCD;
}
</style>