Shades of Deco #BFCC88
Tints of Deco #BFCC88
RGB
CMYK
RGB Variations
Color information
#BFCC88 (or 0xBFCC88) is known color: Deco. HEX triplet: BF, CC and 88. RGB value is (191,204,136). Sum of RGB (Red+Green+Blue) = 191+204+136=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 136 (53.52% from 255 or 25.61% from 531); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCC88 is #403377. Grayscale: #C0C0C0. Windows color (decimal): -4207480 or 8965311. OLE color: 8965311.
HSL color Cylindrical-coordinate representation of color #BFCC88: hue angle of 71.47º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BFCC88 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 136 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.2 |
| HSL | 71.47º | 0.4% | 0.67% | - |
| HSV(B) | 71.47º | 0.33% | 0.8% | - |
| XYZ | 47.52 | 56.04 | 31.6 | - |
| YUV | 192.36 | 96.19 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 136 | 0.06 | 0 | 0.33 | 0.2 | 71.47 | 0.4 | 0.67 |
| Hex | BF | CC | 88 | 6 | 0 | 21 | 14 | 47 | 28 | 43 |
| Octal | 277 | 314 | 210 | 6 | 0 | 41 | 24 | 107 | 50 | 103 |
| Binary | 10111111 | 11001100 | 10001000 | 110 | 0 | 100001 | 10100 | 1000111 | 101000 | 1000011 |
Color Harmonies of #BFCC88
Complementary color
Monochromatic Colors of #BFCC88
Black with #BFCC88
Text Example
Text Example
White with #BFCC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC88; }
p { color: rgb(191,204,136); }
H1.HeaderClassName
{
color: #BFCC88;
}
.AnyTagClassName
{
color: #BFCC88;
}
</style>
background-color css
<style>
a { background-color: #BFCC88; }
a { background-color: rgb(191,204,136); }
div.DivClassName
{
background-color: #BFCC88;
}
.BgClassName
{
background-color: #BFCC88;
}
</style>
border-color css
<style>
span { border-color: #BFCC88; }
span { border-color: rgb(191,204,136); }
td.TdClassName
{
border-color: #BFCC88;
}
.TagClassName
{
border-color: #BFCC88;
}
</style>