Shades of Fringy Flower #BDE8BD
Tints of Fringy Flower #BDE8BD
RGB
CMYK
RGB Variations
Color information
#BDE8BD (or 0xBDE8BD) is known color: Fringy Flower. HEX triplet: BD, E8 and BD. RGB value is (189,232,189). Sum of RGB (Red+Green+Blue) = 189+232+189=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 232 (91.02% from 255 or 38.03% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE8BD is #421742. Grayscale: #D6D6D6. Windows color (decimal): -4331331 or 12445885. OLE color: 12445885.
HSL color Cylindrical-coordinate representation of color #BDE8BD: hue angle of 120º degrees, saturation: 0.48, 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 #BDE8BD is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 189 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.09 |
| HSL | 120º | 0.48% | 0.83% | - |
| HSV(B) | 120º | 0.19% | 0.91% | - |
| XYZ | 59.03 | 72.21 | 58.97 | - |
| YUV | 214.24 | 113.75 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 189 | 0.19 | 0 | 0.19 | 0.09 | 120 | 0.48 | 0.83 |
| Hex | BD | E8 | BD | 13 | 0 | 13 | 9 | 78 | 30 | 53 |
| Octal | 275 | 350 | 275 | 23 | 0 | 23 | 11 | 170 | 60 | 123 |
| Binary | 10111101 | 11101000 | 10111101 | 10011 | 0 | 10011 | 1001 | 1111000 | 110000 | 1010011 |
Color Harmonies of #BDE8BD
Complementary color
Monochromatic Colors of #BDE8BD
Black with #BDE8BD
Text Example
Text Example
White with #BDE8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE8BD; }
p { color: rgb(189,232,189); }
H1.HeaderClassName
{
color: #BDE8BD;
}
.AnyTagClassName
{
color: #BDE8BD;
}
</style>
background-color css
<style>
a { background-color: #BDE8BD; }
a { background-color: rgb(189,232,189); }
div.DivClassName
{
background-color: #BDE8BD;
}
.BgClassName
{
background-color: #BDE8BD;
}
</style>
border-color css
<style>
span { border-color: #BDE8BD; }
span { border-color: rgb(189,232,189); }
td.TdClassName
{
border-color: #BDE8BD;
}
.TagClassName
{
border-color: #BDE8BD;
}
</style>