Shades of Moon Raker #BDAFCB
Tints of Moon Raker #BDAFCB
RGB
CMYK
RGB Variations
Color information
#BDAFCB (or 0xBDAFCB) is known color: Moon Raker. HEX triplet: BD, AF and CB. RGB value is (189,175,203). Sum of RGB (Red+Green+Blue) = 189+175+203=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: blue. Hex color #BDAFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDAFCB is #425034. Grayscale: #B6B6B6. Windows color (decimal): -4345909 or 13348797. OLE color: 13348797.
HSL color Cylindrical-coordinate representation of color #BDAFCB: hue angle of 270º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDAFCB is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 175 | 203 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.20 |
| HSL | 270º | 0.21% | 0.74% | - |
| HSV(B) | 270º | 0.14% | 0.8% | - |
| XYZ | 47.1 | 45.79 | 62.86 | - |
| YUV | 182.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 175 | 203 | 0.07 | 0.14 | 0 | 0.20 | 270 | 0.21 | 0.74 |
| Hex | BD | AF | CB | 7 | E | 0 | 14 | 10E | 15 | 4A |
| Octal | 275 | 257 | 313 | 7 | 16 | 0 | 24 | 416 | 25 | 112 |
| Binary | 10111101 | 10101111 | 11001011 | 111 | 1110 | 0 | 10100 | 100001110 | 10101 | 1001010 |
Color Harmonies of #BDAFCB
Complementary color
Monochromatic Colors of #BDAFCB
Black with #BDAFCB
Text Example
Text Example
White with #BDAFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAFCB; }
p { color: rgb(189,175,203); }
H1.HeaderClassName
{
color: #BDAFCB;
}
.AnyTagClassName
{
color: #BDAFCB;
}
</style>
background-color css
<style>
a { background-color: #BDAFCB; }
a { background-color: rgb(189,175,203); }
div.DivClassName
{
background-color: #BDAFCB;
}
.BgClassName
{
background-color: #BDAFCB;
}
</style>
border-color css
<style>
span { border-color: #BDAFCB; }
span { border-color: rgb(189,175,203); }
td.TdClassName
{
border-color: #BDAFCB;
}
.TagClassName
{
border-color: #BDAFCB;
}
</style>