Shades of Prelude #BFADC8
Tints of Prelude #BFADC8
RGB
CMYK
RGB Variations
Color information
#BFADC8 (or 0xBFADC8) is known color: Prelude. HEX triplet: BF, AD and C8. RGB value is (191,173,200). Sum of RGB (Red+Green+Blue) = 191+173+200=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 200 (78.52% from 255 or 35.46% from 564); Max value from RGB is 200 - color contains mainly: blue. Hex color #BFADC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFADC8 is #405237. Grayscale: #B5B5B5. Windows color (decimal): -4215352 or 13151679. OLE color: 13151679.
HSL color Cylindrical-coordinate representation of color #BFADC8: hue angle of 280º degrees, saturation: 0.2, 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 #BFADC8 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 173 | 200 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.22 |
| HSL | 280º | 0.2% | 0.73% | - |
| HSV(B) | 280º | 0.14% | 0.78% | - |
| XYZ | 46.85 | 45.13 | 60.89 | - |
| YUV | 181.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 200 | 0.04 | 0.14 | 0 | 0.22 | 280 | 0.2 | 0.73 |
| Hex | BF | AD | C8 | 4 | E | 0 | 16 | 118 | 14 | 49 |
| Octal | 277 | 255 | 310 | 4 | 16 | 0 | 26 | 430 | 24 | 111 |
| Binary | 10111111 | 10101101 | 11001000 | 100 | 1110 | 0 | 10110 | 100011000 | 10100 | 1001001 |
Color Harmonies of #BFADC8
Complementary color
Monochromatic Colors of #BFADC8
Black with #BFADC8
Text Example
Text Example
White with #BFADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFADC8; }
p { color: rgb(191,173,200); }
H1.HeaderClassName
{
color: #BFADC8;
}
.AnyTagClassName
{
color: #BFADC8;
}
</style>
background-color css
<style>
a { background-color: #BFADC8; }
a { background-color: rgb(191,173,200); }
div.DivClassName
{
background-color: #BFADC8;
}
.BgClassName
{
background-color: #BFADC8;
}
</style>
border-color css
<style>
span { border-color: #BFADC8; }
span { border-color: rgb(191,173,200); }
td.TdClassName
{
border-color: #BFADC8;
}
.TagClassName
{
border-color: #BFADC8;
}
</style>