Shades of Deco #BFCE89
Tints of Deco #BFCE89
RGB
CMYK
RGB Variations
Color information
#BFCE89 (or 0xBFCE89) is known color: Deco. HEX triplet: BF, CE and 89. RGB value is (191,206,137). Sum of RGB (Red+Green+Blue) = 191+206+137=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 137 (53.91% from 255 or 25.66% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCE89 is #403176. Grayscale: #C1C1C1. Windows color (decimal): -4206967 or 9031359. OLE color: 9031359.
HSL color Cylindrical-coordinate representation of color #BFCE89: hue angle of 73.04º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFCE89 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 137 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.19 |
| HSL | 73.04º | 0.41% | 0.67% | - |
| HSV(B) | 73.04º | 0.33% | 0.81% | - |
| XYZ | 48.07 | 57.03 | 32.14 | - |
| YUV | 193.65 | 96.03 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 137 | 0.07 | 0 | 0.33 | 0.19 | 73.04 | 0.41 | 0.67 |
| Hex | BF | CE | 89 | 7 | 0 | 21 | 13 | 49 | 29 | 43 |
| Octal | 277 | 316 | 211 | 7 | 0 | 41 | 23 | 111 | 51 | 103 |
| Binary | 10111111 | 11001110 | 10001001 | 111 | 0 | 100001 | 10011 | 1001001 | 101001 | 1000011 |
Color Harmonies of #BFCE89
Complementary color
Monochromatic Colors of #BFCE89
Black with #BFCE89
Text Example
Text Example
White with #BFCE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCE89; }
p { color: rgb(191,206,137); }
H1.HeaderClassName
{
color: #BFCE89;
}
.AnyTagClassName
{
color: #BFCE89;
}
</style>
background-color css
<style>
a { background-color: #BFCE89; }
a { background-color: rgb(191,206,137); }
div.DivClassName
{
background-color: #BFCE89;
}
.BgClassName
{
background-color: #BFCE89;
}
</style>
border-color css
<style>
span { border-color: #BFCE89; }
span { border-color: rgb(191,206,137); }
td.TdClassName
{
border-color: #BFCE89;
}
.TagClassName
{
border-color: #BFCE89;
}
</style>