Shades of Fringy Flower #BDE9BD
Tints of Fringy Flower #BDE9BD
RGB
CMYK
RGB Variations
Color information
#BDE9BD (or 0xBDE9BD) is known color: Fringy Flower. HEX triplet: BD, E9 and BD. RGB value is (189,233,189). Sum of RGB (Red+Green+Blue) = 189+233+189=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 233 - color contains mainly: green. Hex color #BDE9BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE9BD is #421642. Grayscale: #D6D6D6. Windows color (decimal): -4331075 or 12446141. OLE color: 12446141.
HSL color Cylindrical-coordinate representation of color #BDE9BD: hue angle of 120º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE9BD is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 233 | 189 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.09 |
| HSL | 120º | 0.5% | 0.83% | - |
| HSV(B) | 120º | 0.19% | 0.91% | - |
| XYZ | 59.31 | 72.77 | 59.06 | - |
| YUV | 214.83 | 113.42 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 233 | 189 | 0.19 | 0 | 0.19 | 0.09 | 120 | 0.5 | 0.83 |
| Hex | BD | E9 | BD | 13 | 0 | 13 | 9 | 78 | 32 | 53 |
| Octal | 275 | 351 | 275 | 23 | 0 | 23 | 11 | 170 | 62 | 123 |
| Binary | 10111101 | 11101001 | 10111101 | 10011 | 0 | 10011 | 1001 | 1111000 | 110010 | 1010011 |
Color Harmonies of #BDE9BD
Complementary color
Monochromatic Colors of #BDE9BD
Black with #BDE9BD
Text Example
Text Example
White with #BDE9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE9BD; }
p { color: rgb(189,233,189); }
H1.HeaderClassName
{
color: #BDE9BD;
}
.AnyTagClassName
{
color: #BDE9BD;
}
</style>
background-color css
<style>
a { background-color: #BDE9BD; }
a { background-color: rgb(189,233,189); }
div.DivClassName
{
background-color: #BDE9BD;
}
.BgClassName
{
background-color: #BDE9BD;
}
</style>
border-color css
<style>
span { border-color: #BDE9BD; }
span { border-color: rgb(189,233,189); }
td.TdClassName
{
border-color: #BDE9BD;
}
.TagClassName
{
border-color: #BDE9BD;
}
</style>