Shades of Deco #BFD27E
Tints of Deco #BFD27E
RGB
CMYK
RGB Variations
Color information
#BFD27E (or 0xBFD27E) is known color: Deco. HEX triplet: BF, D2 and 7E. RGB value is (191,210,126). Sum of RGB (Red+Green+Blue) = 191+210+126=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD27E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD27E is #402D81. Grayscale: #C3C3C3. Windows color (decimal): -4205954 or 8311487. OLE color: 8311487.
HSL color Cylindrical-coordinate representation of color #BFD27E: hue angle of 73.57º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFD27E is Cyan = 0.09, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 126 | - |
| CMYK | 0.09 | 0 | 0.4 | 0.18 |
| HSL | 73.57º | 0.48% | 0.66% | - |
| HSV(B) | 73.57º | 0.4% | 0.82% | - |
| XYZ | 48.3 | 58.68 | 28.52 | - |
| YUV | 194.74 | 89.21 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 126 | 0.09 | 0 | 0.4 | 0.18 | 73.57 | 0.48 | 0.66 |
| Hex | BF | D2 | 7E | 9 | 0 | 28 | 12 | 4A | 30 | 42 |
| Octal | 277 | 322 | 176 | 11 | 0 | 50 | 22 | 112 | 60 | 102 |
| Binary | 10111111 | 11010010 | 1111110 | 1001 | 0 | 101000 | 10010 | 1001010 | 110000 | 1000010 |
Color Harmonies of #BFD27E
Complementary color
Monochromatic Colors of #BFD27E
Black with #BFD27E
Text Example
Text Example
White with #BFD27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD27E; }
p { color: rgb(191,210,126); }
H1.HeaderClassName
{
color: #BFD27E;
}
.AnyTagClassName
{
color: #BFD27E;
}
</style>
background-color css
<style>
a { background-color: #BFD27E; }
a { background-color: rgb(191,210,126); }
div.DivClassName
{
background-color: #BFD27E;
}
.BgClassName
{
background-color: #BFD27E;
}
</style>
border-color css
<style>
span { border-color: #BFD27E; }
span { border-color: rgb(191,210,126); }
td.TdClassName
{
border-color: #BFD27E;
}
.TagClassName
{
border-color: #BFD27E;
}
</style>