Shades of Prelude #BFAEC9
Tints of Prelude #BFAEC9
RGB
CMYK
RGB Variations
Color information
#BFAEC9 (or 0xBFAEC9) is known color: Prelude. HEX triplet: BF, AE and C9. RGB value is (191,174,201). Sum of RGB (Red+Green+Blue) = 191+174+201=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFAEC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEC9 is #405136. Grayscale: #B6B6B6. Windows color (decimal): -4215095 or 13217471. OLE color: 13217471.
HSL color Cylindrical-coordinate representation of color #BFAEC9: hue angle of 277.78º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFAEC9 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 174 | 201 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.21 |
| HSL | 277.78º | 0.2% | 0.74% | - |
| HSV(B) | 277.78º | 0.13% | 0.79% | - |
| XYZ | 47.16 | 45.57 | 61.57 | - |
| YUV | 182.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 201 | 0.05 | 0.13 | 0 | 0.21 | 277.78 | 0.2 | 0.74 |
| Hex | BF | AE | C9 | 5 | D | 0 | 15 | 116 | 14 | 4A |
| Octal | 277 | 256 | 311 | 5 | 15 | 0 | 25 | 426 | 24 | 112 |
| Binary | 10111111 | 10101110 | 11001001 | 101 | 1101 | 0 | 10101 | 100010110 | 10100 | 1001010 |
Color Harmonies of #BFAEC9
Complementary color
Monochromatic Colors of #BFAEC9
Black with #BFAEC9
Text Example
Text Example
White with #BFAEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAEC9; }
p { color: rgb(191,174,201); }
H1.HeaderClassName
{
color: #BFAEC9;
}
.AnyTagClassName
{
color: #BFAEC9;
}
</style>
background-color css
<style>
a { background-color: #BFAEC9; }
a { background-color: rgb(191,174,201); }
div.DivClassName
{
background-color: #BFAEC9;
}
.BgClassName
{
background-color: #BFAEC9;
}
</style>
border-color css
<style>
span { border-color: #BFAEC9; }
span { border-color: rgb(191,174,201); }
td.TdClassName
{
border-color: #BFAEC9;
}
.TagClassName
{
border-color: #BFAEC9;
}
</style>