Shades of Deco #BFCE8A
Tints of Deco #BFCE8A
RGB
CMYK
RGB Variations
Color information
#BFCE8A (or 0xBFCE8A) is known color: Deco. HEX triplet: BF, CE and 8A. RGB value is (191,206,138). Sum of RGB (Red+Green+Blue) = 191+206+138=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 206 (80.86% from 255 or 38.50% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCE8A is #403175. Grayscale: #C2C2C2. Windows color (decimal): -4206966 or 9096895. OLE color: 9096895.
HSL color Cylindrical-coordinate representation of color #BFCE8A: hue angle of 73.24º 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 #BFCE8A is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 138 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.19 |
| HSL | 73.24º | 0.41% | 0.67% | - |
| HSV(B) | 73.24º | 0.33% | 0.81% | - |
| XYZ | 48.14 | 57.05 | 32.52 | - |
| YUV | 193.76 | 96.53 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 138 | 0.07 | 0 | 0.33 | 0.19 | 73.24 | 0.41 | 0.67 |
| Hex | BF | CE | 8A | 7 | 0 | 21 | 13 | 49 | 29 | 43 |
| Octal | 277 | 316 | 212 | 7 | 0 | 41 | 23 | 111 | 51 | 103 |
| Binary | 10111111 | 11001110 | 10001010 | 111 | 0 | 100001 | 10011 | 1001001 | 101001 | 1000011 |
Color Harmonies of #BFCE8A
Complementary color
Monochromatic Colors of #BFCE8A
Black with #BFCE8A
Text Example
Text Example
White with #BFCE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCE8A; }
p { color: rgb(191,206,138); }
H1.HeaderClassName
{
color: #BFCE8A;
}
.AnyTagClassName
{
color: #BFCE8A;
}
</style>
background-color css
<style>
a { background-color: #BFCE8A; }
a { background-color: rgb(191,206,138); }
div.DivClassName
{
background-color: #BFCE8A;
}
.BgClassName
{
background-color: #BFCE8A;
}
</style>
border-color css
<style>
span { border-color: #BFCE8A; }
span { border-color: rgb(191,206,138); }
td.TdClassName
{
border-color: #BFCE8A;
}
.TagClassName
{
border-color: #BFCE8A;
}
</style>