Shades of Prelude #BFAEC8
Tints of Prelude #BFAEC8
RGB
CMYK
RGB Variations
Color information
#BFAEC8 (or 0xBFAEC8) is known color: Prelude. HEX triplet: BF, AE and C8. RGB value is (191,174,200). Sum of RGB (Red+Green+Blue) = 191+174+200=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 200 - color contains mainly: blue. Hex color #BFAEC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAEC8 is #405137. Grayscale: #B5B5B5. Windows color (decimal): -4215096 or 13151935. OLE color: 13151935.
HSL color Cylindrical-coordinate representation of color #BFAEC8: hue angle of 279.23º degrees, saturation: 0.19, 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 #BFAEC8 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 174 | 200 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.22 |
| HSL | 279.23º | 0.19% | 0.73% | - |
| HSV(B) | 279.23º | 0.13% | 0.78% | - |
| XYZ | 47.05 | 45.52 | 60.95 | - |
| YUV | 182.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 174 | 200 | 0.04 | 0.13 | 0 | 0.22 | 279.23 | 0.19 | 0.73 |
| Hex | BF | AE | C8 | 4 | D | 0 | 16 | 117 | 13 | 49 |
| Octal | 277 | 256 | 310 | 4 | 15 | 0 | 26 | 427 | 23 | 111 |
| Binary | 10111111 | 10101110 | 11001000 | 100 | 1101 | 0 | 10110 | 100010111 | 10011 | 1001001 |
Color Harmonies of #BFAEC8
Complementary color
Monochromatic Colors of #BFAEC8
Black with #BFAEC8
Text Example
Text Example
White with #BFAEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAEC8; }
p { color: rgb(191,174,200); }
H1.HeaderClassName
{
color: #BFAEC8;
}
.AnyTagClassName
{
color: #BFAEC8;
}
</style>
background-color css
<style>
a { background-color: #BFAEC8; }
a { background-color: rgb(191,174,200); }
div.DivClassName
{
background-color: #BFAEC8;
}
.BgClassName
{
background-color: #BFAEC8;
}
</style>
border-color css
<style>
span { border-color: #BFAEC8; }
span { border-color: rgb(191,174,200); }
td.TdClassName
{
border-color: #BFAEC8;
}
.TagClassName
{
border-color: #BFAEC8;
}
</style>