Shades of Fringy Flower #BDEDBD
Tints of Fringy Flower #BDEDBD
RGB
CMYK
RGB Variations
Color information
#BDEDBD (or 0xBDEDBD) is known color: Fringy Flower. HEX triplet: BD, ED and BD. RGB value is (189,237,189). Sum of RGB (Red+Green+Blue) = 189+237+189=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDBD is #421242. Grayscale: #D9D9D9. Windows color (decimal): -4330051 or 12447165. OLE color: 12447165.
HSL color Cylindrical-coordinate representation of color #BDEDBD: hue angle of 120º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEDBD is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 189 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.07 |
| HSL | 120º | 0.57% | 0.84% | - |
| HSV(B) | 120º | 0.2% | 0.93% | - |
| XYZ | 60.46 | 75.06 | 59.45 | - |
| YUV | 217.18 | 112.1 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 189 | 0.20 | 0 | 0.20 | 0.07 | 120 | 0.57 | 0.84 |
| Hex | BD | ED | BD | 14 | 0 | 14 | 7 | 78 | 39 | 54 |
| Octal | 275 | 355 | 275 | 24 | 0 | 24 | 7 | 170 | 71 | 124 |
| Binary | 10111101 | 11101101 | 10111101 | 10100 | 0 | 10100 | 111 | 1111000 | 111001 | 1010100 |
Color Harmonies of #BDEDBD
Complementary color
Monochromatic Colors of #BDEDBD
Black with #BDEDBD
Text Example
Text Example
White with #BDEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDBD; }
p { color: rgb(189,237,189); }
H1.HeaderClassName
{
color: #BDEDBD;
}
.AnyTagClassName
{
color: #BDEDBD;
}
</style>
background-color css
<style>
a { background-color: #BDEDBD; }
a { background-color: rgb(189,237,189); }
div.DivClassName
{
background-color: #BDEDBD;
}
.BgClassName
{
background-color: #BDEDBD;
}
</style>
border-color css
<style>
span { border-color: #BDEDBD; }
span { border-color: rgb(189,237,189); }
td.TdClassName
{
border-color: #BDEDBD;
}
.TagClassName
{
border-color: #BDEDBD;
}
</style>