Shades of Prelude #BFAEC7
Tints of Prelude #BFAEC7
RGB
CMYK
RGB Variations
Color information
#BFAEC7 (or 0xBFAEC7) is known color: Prelude. HEX triplet: BF, AE and C7. RGB value is (191,174,199). Sum of RGB (Red+Green+Blue) = 191+174+199=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 199 - color contains mainly: blue. Hex color #BFAEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEC7 is #405138. Grayscale: #B5B5B5. Windows color (decimal): -4215097 or 13086399. OLE color: 13086399.
HSL color Cylindrical-coordinate representation of color #BFAEC7: hue angle of 280.8º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFAEC7 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 174 | 199 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.22 |
| HSL | 280.8º | 0.18% | 0.73% | - |
| HSV(B) | 280.8º | 0.13% | 0.78% | - |
| XYZ | 46.93 | 45.47 | 60.34 | - |
| YUV | 181.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 199 | 0.04 | 0.13 | 0 | 0.22 | 280.8 | 0.18 | 0.73 |
| Hex | BF | AE | C7 | 4 | D | 0 | 16 | 119 | 12 | 49 |
| Octal | 277 | 256 | 307 | 4 | 15 | 0 | 26 | 431 | 22 | 111 |
| Binary | 10111111 | 10101110 | 11000111 | 100 | 1101 | 0 | 10110 | 100011001 | 10010 | 1001001 |
Color Harmonies of #BFAEC7
Complementary color
Monochromatic Colors of #BFAEC7
Black with #BFAEC7
Text Example
Text Example
White with #BFAEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAEC7; }
p { color: rgb(191,174,199); }
H1.HeaderClassName
{
color: #BFAEC7;
}
.AnyTagClassName
{
color: #BFAEC7;
}
</style>
background-color css
<style>
a { background-color: #BFAEC7; }
a { background-color: rgb(191,174,199); }
div.DivClassName
{
background-color: #BFAEC7;
}
.BgClassName
{
background-color: #BFAEC7;
}
</style>
border-color css
<style>
span { border-color: #BFAEC7; }
span { border-color: rgb(191,174,199); }
td.TdClassName
{
border-color: #BFAEC7;
}
.TagClassName
{
border-color: #BFAEC7;
}
</style>