Shades of Deco #BFD27C
Tints of Deco #BFD27C
RGB
CMYK
RGB Variations
Color information
#BFD27C (or 0xBFD27C) is known color: Deco. HEX triplet: BF, D2 and 7C. RGB value is (191,210,124). Sum of RGB (Red+Green+Blue) = 191+210+124=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 210 (82.42% from 255 or 40% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD27C is #402D83. Grayscale: #C2C2C2. Windows color (decimal): -4205956 or 8180415. OLE color: 8180415.
HSL color Cylindrical-coordinate representation of color #BFD27C: hue angle of 73.26º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFD27C is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 124 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.18 |
| HSL | 73.26º | 0.49% | 0.65% | - |
| HSV(B) | 73.26º | 0.41% | 0.82% | - |
| XYZ | 48.17 | 58.62 | 27.85 | - |
| YUV | 194.52 | 88.21 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 124 | 0.09 | 0 | 0.41 | 0.18 | 73.26 | 0.49 | 0.65 |
| Hex | BF | D2 | 7C | 9 | 0 | 29 | 12 | 49 | 31 | 41 |
| Octal | 277 | 322 | 174 | 11 | 0 | 51 | 22 | 111 | 61 | 101 |
| Binary | 10111111 | 11010010 | 1111100 | 1001 | 0 | 101001 | 10010 | 1001001 | 110001 | 1000001 |
Color Harmonies of #BFD27C
Complementary color
Monochromatic Colors of #BFD27C
Black with #BFD27C
Text Example
Text Example
White with #BFD27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD27C; }
p { color: rgb(191,210,124); }
H1.HeaderClassName
{
color: #BFD27C;
}
.AnyTagClassName
{
color: #BFD27C;
}
</style>
background-color css
<style>
a { background-color: #BFD27C; }
a { background-color: rgb(191,210,124); }
div.DivClassName
{
background-color: #BFD27C;
}
.BgClassName
{
background-color: #BFD27C;
}
</style>
border-color css
<style>
span { border-color: #BFD27C; }
span { border-color: rgb(191,210,124); }
td.TdClassName
{
border-color: #BFD27C;
}
.TagClassName
{
border-color: #BFD27C;
}
</style>