Shades of Deco #BFCD88
Tints of Deco #BFCD88
RGB
CMYK
RGB Variations
Color information
#BFCD88 (or 0xBFCD88) is known color: Deco. HEX triplet: BF, CD and 88. RGB value is (191,205,136). Sum of RGB (Red+Green+Blue) = 191+205+136=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCD88 is #403277. Grayscale: #C1C1C1. Windows color (decimal): -4207224 or 8965567. OLE color: 8965567.
HSL color Cylindrical-coordinate representation of color #BFCD88: hue angle of 72.17º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFCD88 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 136 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.20 |
| HSL | 72.17º | 0.41% | 0.67% | - |
| HSV(B) | 72.17º | 0.34% | 0.8% | - |
| XYZ | 47.76 | 56.52 | 31.68 | - |
| YUV | 192.95 | 95.86 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 136 | 0.07 | 0 | 0.34 | 0.20 | 72.17 | 0.41 | 0.67 |
| Hex | BF | CD | 88 | 7 | 0 | 22 | 14 | 48 | 29 | 43 |
| Octal | 277 | 315 | 210 | 7 | 0 | 42 | 24 | 110 | 51 | 103 |
| Binary | 10111111 | 11001101 | 10001000 | 111 | 0 | 100010 | 10100 | 1001000 | 101001 | 1000011 |
Color Harmonies of #BFCD88
Complementary color
Monochromatic Colors of #BFCD88
Black with #BFCD88
Text Example
Text Example
White with #BFCD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD88; }
p { color: rgb(191,205,136); }
H1.HeaderClassName
{
color: #BFCD88;
}
.AnyTagClassName
{
color: #BFCD88;
}
</style>
background-color css
<style>
a { background-color: #BFCD88; }
a { background-color: rgb(191,205,136); }
div.DivClassName
{
background-color: #BFCD88;
}
.BgClassName
{
background-color: #BFCD88;
}
</style>
border-color css
<style>
span { border-color: #BFCD88; }
span { border-color: rgb(191,205,136); }
td.TdClassName
{
border-color: #BFCD88;
}
.TagClassName
{
border-color: #BFCD88;
}
</style>