Shades of Fringy Flower #BDEEBD
Tints of Fringy Flower #BDEEBD
RGB
CMYK
RGB Variations
Color information
#BDEEBD (or 0xBDEEBD) is known color: Fringy Flower. HEX triplet: BD, EE and BD. RGB value is (189,238,189). Sum of RGB (Red+Green+Blue) = 189+238+189=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 189 (74.22% from 255 or 30.68% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEBD is #421142. Grayscale: #D9D9D9. Windows color (decimal): -4329795 or 12447421. OLE color: 12447421.
HSL color Cylindrical-coordinate representation of color #BDEEBD: hue angle of 120º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEEBD is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 238 | 189 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.07 |
| HSL | 120º | 0.59% | 0.84% | - |
| HSV(B) | 120º | 0.21% | 0.93% | - |
| XYZ | 60.75 | 75.64 | 59.54 | - |
| YUV | 217.76 | 111.77 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 189 | 0.21 | 0 | 0.21 | 0.07 | 120 | 0.59 | 0.84 |
| Hex | BD | EE | BD | 15 | 0 | 15 | 7 | 78 | 3B | 54 |
| Octal | 275 | 356 | 275 | 25 | 0 | 25 | 7 | 170 | 73 | 124 |
| Binary | 10111101 | 11101110 | 10111101 | 10101 | 0 | 10101 | 111 | 1111000 | 111011 | 1010100 |
Color Harmonies of #BDEEBD
Complementary color
Monochromatic Colors of #BDEEBD
Black with #BDEEBD
Text Example
Text Example
White with #BDEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEEBD; }
p { color: rgb(189,238,189); }
H1.HeaderClassName
{
color: #BDEEBD;
}
.AnyTagClassName
{
color: #BDEEBD;
}
</style>
background-color css
<style>
a { background-color: #BDEEBD; }
a { background-color: rgb(189,238,189); }
div.DivClassName
{
background-color: #BDEEBD;
}
.BgClassName
{
background-color: #BDEEBD;
}
</style>
border-color css
<style>
span { border-color: #BDEEBD; }
span { border-color: rgb(189,238,189); }
td.TdClassName
{
border-color: #BDEEBD;
}
.TagClassName
{
border-color: #BDEEBD;
}
</style>