Shades of Prelude #BFAECA
Tints of Prelude #BFAECA
RGB
CMYK
RGB Variations
Color information
#BFAECA (or 0xBFAECA) is known color: Prelude. HEX triplet: BF, AE and CA. RGB value is (191,174,202). Sum of RGB (Red+Green+Blue) = 191+174+202=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 202 - color contains mainly: blue. Hex color #BFAECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAECA is #405135. Grayscale: #B6B6B6. Windows color (decimal): -4215094 or 13283007. OLE color: 13283007.
HSL color Cylindrical-coordinate representation of color #BFAECA: hue angle of 276.43º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFAECA is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 174 | 202 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.21 |
| HSL | 276.43º | 0.21% | 0.74% | - |
| HSV(B) | 276.43º | 0.14% | 0.79% | - |
| XYZ | 47.28 | 45.61 | 62.19 | - |
| YUV | 182.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 202 | 0.05 | 0.14 | 0 | 0.21 | 276.43 | 0.21 | 0.74 |
| Hex | BF | AE | CA | 5 | E | 0 | 15 | 114 | 15 | 4A |
| Octal | 277 | 256 | 312 | 5 | 16 | 0 | 25 | 424 | 25 | 112 |
| Binary | 10111111 | 10101110 | 11001010 | 101 | 1110 | 0 | 10101 | 100010100 | 10101 | 1001010 |
Color Harmonies of #BFAECA
Complementary color
Monochromatic Colors of #BFAECA
Black with #BFAECA
Text Example
Text Example
White with #BFAECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAECA; }
p { color: rgb(191,174,202); }
H1.HeaderClassName
{
color: #BFAECA;
}
.AnyTagClassName
{
color: #BFAECA;
}
</style>
background-color css
<style>
a { background-color: #BFAECA; }
a { background-color: rgb(191,174,202); }
div.DivClassName
{
background-color: #BFAECA;
}
.BgClassName
{
background-color: #BFAECA;
}
</style>
border-color css
<style>
span { border-color: #BFAECA; }
span { border-color: rgb(191,174,202); }
td.TdClassName
{
border-color: #BFAECA;
}
.TagClassName
{
border-color: #BFAECA;
}
</style>