Shades of Moon Raker #BFAED4
Tints of Moon Raker #BFAED4
RGB
CMYK
RGB Variations
Color information
#BFAED4 (or 0xBFAED4) is known color: Moon Raker. HEX triplet: BF, AE and D4. RGB value is (191,174,212). Sum of RGB (Red+Green+Blue) = 191+174+212=577 (76% of max value = 765). Red value is 191 (75% from 255 or 33.10% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFAED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAED4 is #40512B. Grayscale: #B7B7B7. Windows color (decimal): -4215084 or 13938367. OLE color: 13938367.
HSL color Cylindrical-coordinate representation of color #BFAED4: hue angle of 266.84º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFAED4 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 174 | 212 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.17 |
| HSL | 266.84º | 0.31% | 0.76% | - |
| HSV(B) | 266.84º | 0.18% | 0.83% | - |
| XYZ | 48.51 | 46.1 | 68.63 | - |
| YUV | 183.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 212 | 0.10 | 0.18 | 0 | 0.17 | 266.84 | 0.31 | 0.76 |
| Hex | BF | AE | D4 | A | 12 | 0 | 11 | 10B | 1F | 4C |
| Octal | 277 | 256 | 324 | 12 | 22 | 0 | 21 | 413 | 37 | 114 |
| Binary | 10111111 | 10101110 | 11010100 | 1010 | 10010 | 0 | 10001 | 100001011 | 11111 | 1001100 |
Color Harmonies of #BFAED4
Complementary color
Monochromatic Colors of #BFAED4
Black with #BFAED4
Text Example
Text Example
White with #BFAED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAED4; }
p { color: rgb(191,174,212); }
H1.HeaderClassName
{
color: #BFAED4;
}
.AnyTagClassName
{
color: #BFAED4;
}
</style>
background-color css
<style>
a { background-color: #BFAED4; }
a { background-color: rgb(191,174,212); }
div.DivClassName
{
background-color: #BFAED4;
}
.BgClassName
{
background-color: #BFAED4;
}
</style>
border-color css
<style>
span { border-color: #BFAED4; }
span { border-color: rgb(191,174,212); }
td.TdClassName
{
border-color: #BFAED4;
}
.TagClassName
{
border-color: #BFAED4;
}
</style>