Shades of Moon Raker #BFADD6
Tints of Moon Raker #BFADD6
RGB
CMYK
RGB Variations
Color information
#BFADD6 (or 0xBFADD6) is known color: Moon Raker. HEX triplet: BF, AD and D6. RGB value is (191,173,214). Sum of RGB (Red+Green+Blue) = 191+173+214=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 214 - color contains mainly: blue. Hex color #BFADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADD6 is #405229. Grayscale: #B6B6B6. Windows color (decimal): -4215338 or 14069183. OLE color: 14069183.
HSL color Cylindrical-coordinate representation of color #BFADD6: hue angle of 266.34º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFADD6 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 173 | 214 | - |
| CMYK | 0.11 | 0.19 | 0 | 0.16 |
| HSL | 266.34º | 0.33% | 0.76% | - |
| HSV(B) | 266.34º | 0.19% | 0.84% | - |
| XYZ | 48.57 | 45.82 | 69.9 | - |
| YUV | 183.06 | 145.46 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 214 | 0.11 | 0.19 | 0 | 0.16 | 266.34 | 0.33 | 0.76 |
| Hex | BF | AD | D6 | B | 13 | 0 | 10 | 10A | 21 | 4C |
| Octal | 277 | 255 | 326 | 13 | 23 | 0 | 20 | 412 | 41 | 114 |
| Binary | 10111111 | 10101101 | 11010110 | 1011 | 10011 | 0 | 10000 | 100001010 | 100001 | 1001100 |
Color Harmonies of #BFADD6
Complementary color
Monochromatic Colors of #BFADD6
Black with #BFADD6
Text Example
Text Example
White with #BFADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADD6; }
p { color: rgb(191,173,214); }
H1.HeaderClassName
{
color: #BFADD6;
}
.AnyTagClassName
{
color: #BFADD6;
}
</style>
background-color css
<style>
a { background-color: #BFADD6; }
a { background-color: rgb(191,173,214); }
div.DivClassName
{
background-color: #BFADD6;
}
.BgClassName
{
background-color: #BFADD6;
}
</style>
border-color css
<style>
span { border-color: #BFADD6; }
span { border-color: rgb(191,173,214); }
td.TdClassName
{
border-color: #BFADD6;
}
.TagClassName
{
border-color: #BFADD6;
}
</style>