Shades of Prelude #BFADC9
Tints of Prelude #BFADC9
RGB
CMYK
RGB Variations
Color information
#BFADC9 (or 0xBFADC9) is known color: Prelude. HEX triplet: BF, AD and C9. RGB value is (191,173,201). Sum of RGB (Red+Green+Blue) = 191+173+201=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 201 - color contains mainly: blue. Hex color #BFADC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADC9 is #405236. Grayscale: #B5B5B5. Windows color (decimal): -4215351 or 13217215. OLE color: 13217215.
HSL color Cylindrical-coordinate representation of color #BFADC9: hue angle of 278.57º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFADC9 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 173 | 201 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.21 |
| HSL | 278.57º | 0.21% | 0.73% | - |
| HSV(B) | 278.57º | 0.14% | 0.79% | - |
| XYZ | 46.97 | 45.18 | 61.5 | - |
| YUV | 181.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 201 | 0.05 | 0.14 | 0 | 0.21 | 278.57 | 0.21 | 0.73 |
| Hex | BF | AD | C9 | 5 | E | 0 | 15 | 117 | 15 | 49 |
| Octal | 277 | 255 | 311 | 5 | 16 | 0 | 25 | 427 | 25 | 111 |
| Binary | 10111111 | 10101101 | 11001001 | 101 | 1110 | 0 | 10101 | 100010111 | 10101 | 1001001 |
Color Harmonies of #BFADC9
Complementary color
Monochromatic Colors of #BFADC9
Black with #BFADC9
Text Example
Text Example
White with #BFADC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADC9; }
p { color: rgb(191,173,201); }
H1.HeaderClassName
{
color: #BFADC9;
}
.AnyTagClassName
{
color: #BFADC9;
}
</style>
background-color css
<style>
a { background-color: #BFADC9; }
a { background-color: rgb(191,173,201); }
div.DivClassName
{
background-color: #BFADC9;
}
.BgClassName
{
background-color: #BFADC9;
}
</style>
border-color css
<style>
span { border-color: #BFADC9; }
span { border-color: rgb(191,173,201); }
td.TdClassName
{
border-color: #BFADC9;
}
.TagClassName
{
border-color: #BFADC9;
}
</style>