Shades of Moon Raker #BFADE3
Tints of Moon Raker #BFADE3
RGB
CMYK
RGB Variations
Color information
#BFADE3 (or 0xBFADE3) is known color: Moon Raker. HEX triplet: BF, AD and E3. RGB value is (191,173,227). Sum of RGB (Red+Green+Blue) = 191+173+227=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 227 (89.06% from 255 or 38.41% from 591); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFADE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADE3 is #40521C. Grayscale: #B8B8B8. Windows color (decimal): -4215325 or 14921151. OLE color: 14921151.
HSL color Cylindrical-coordinate representation of color #BFADE3: hue angle of 260º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFADE3 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 191 | 173 | 227 | - |
CMYK | 0.16 | 0.24 | 0 | 0.11 |
HSL | 260º | 0.49% | 0.78% | - |
HSV(B) | 260º | 0.24% | 0.89% | - |
XYZ | 50.29 | 46.51 | 79 | - |
YUV | 184.54 | 151.96 | 132.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 173 | 227 | 0.16 | 0.24 | 0 | 0.11 | 260 | 0.49 | 0.78 |
Hex | BF | AD | E3 | 10 | 18 | 0 | B | 104 | 31 | 4E |
Octal | 277 | 255 | 343 | 20 | 30 | 0 | 13 | 404 | 61 | 116 |
Binary | 10111111 | 10101101 | 11100011 | 10000 | 11000 | 0 | 1011 | 100000100 | 110001 | 1001110 |
Color Harmonies of #BFADE3
Complementary color
Monochromatic Colors of #BFADE3
Black with #BFADE3
Text Example
Text Example
White with #BFADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADE3; }
p { color: rgb(191,173,227); }
H1.HeaderClassName
{
color: #BFADE3;
}
.AnyTagClassName
{
color: #BFADE3;
}
</style>
background-color css
<style>
a { background-color: #BFADE3; }
a { background-color: rgb(191,173,227); }
div.DivClassName
{
background-color: #BFADE3;
}
.BgClassName
{
background-color: #BFADE3;
}
</style>
border-color css
<style>
span { border-color: #BFADE3; }
span { border-color: rgb(191,173,227); }
td.TdClassName
{
border-color: #BFADE3;
}
.TagClassName
{
border-color: #BFADE3;
}
</style>