Shades of Deco #BFD27D
Tints of Deco #BFD27D
RGB
CMYK
RGB Variations
Color information
#BFD27D (or 0xBFD27D) is known color: Deco. HEX triplet: BF, D2 and 7D. RGB value is (191,210,125). Sum of RGB (Red+Green+Blue) = 191+210+125=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD27D is #402D82. Grayscale: #C2C2C2. Windows color (decimal): -4205955 or 8245951. OLE color: 8245951.
HSL color Cylindrical-coordinate representation of color #BFD27D: hue angle of 73.41º degrees, saturation: 0.49, 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 #BFD27D is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 125 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.18 |
| HSL | 73.41º | 0.49% | 0.66% | - |
| HSV(B) | 73.41º | 0.4% | 0.82% | - |
| XYZ | 48.23 | 58.65 | 28.18 | - |
| YUV | 194.63 | 88.71 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 125 | 0.09 | 0 | 0.40 | 0.18 | 73.41 | 0.49 | 0.66 |
| Hex | BF | D2 | 7D | 9 | 0 | 28 | 12 | 49 | 31 | 42 |
| Octal | 277 | 322 | 175 | 11 | 0 | 50 | 22 | 111 | 61 | 102 |
| Binary | 10111111 | 11010010 | 1111101 | 1001 | 0 | 101000 | 10010 | 1001001 | 110001 | 1000010 |
Color Harmonies of #BFD27D
Complementary color
Monochromatic Colors of #BFD27D
Black with #BFD27D
Text Example
Text Example
White with #BFD27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD27D; }
p { color: rgb(191,210,125); }
H1.HeaderClassName
{
color: #BFD27D;
}
.AnyTagClassName
{
color: #BFD27D;
}
</style>
background-color css
<style>
a { background-color: #BFD27D; }
a { background-color: rgb(191,210,125); }
div.DivClassName
{
background-color: #BFD27D;
}
.BgClassName
{
background-color: #BFD27D;
}
</style>
border-color css
<style>
span { border-color: #BFD27D; }
span { border-color: rgb(191,210,125); }
td.TdClassName
{
border-color: #BFD27D;
}
.TagClassName
{
border-color: #BFD27D;
}
</style>