Shades of Fringy Flower #BDE3BD
Tints of Fringy Flower #BDE3BD
RGB
CMYK
RGB Variations
Color information
#BDE3BD (or 0xBDE3BD) is known color: Fringy Flower. HEX triplet: BD, E3 and BD. RGB value is (189,227,189). Sum of RGB (Red+Green+Blue) = 189+227+189=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE3BD is #421C42. Grayscale: #D3D3D3. Windows color (decimal): -4332611 or 12444605. OLE color: 12444605.
HSL color Cylindrical-coordinate representation of color #BDE3BD: hue angle of 120º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE3BD is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 189 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.11 |
| HSL | 120º | 0.4% | 0.82% | - |
| HSV(B) | 120º | 0.17% | 0.89% | - |
| XYZ | 57.64 | 69.43 | 58.51 | - |
| YUV | 211.31 | 115.41 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 189 | 0.17 | 0 | 0.17 | 0.11 | 120 | 0.4 | 0.82 |
| Hex | BD | E3 | BD | 11 | 0 | 11 | B | 78 | 28 | 52 |
| Octal | 275 | 343 | 275 | 21 | 0 | 21 | 13 | 170 | 50 | 122 |
| Binary | 10111101 | 11100011 | 10111101 | 10001 | 0 | 10001 | 1011 | 1111000 | 101000 | 1010010 |
Color Harmonies of #BDE3BD
Complementary color
Monochromatic Colors of #BDE3BD
Black with #BDE3BD
Text Example
Text Example
White with #BDE3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE3BD; }
p { color: rgb(189,227,189); }
H1.HeaderClassName
{
color: #BDE3BD;
}
.AnyTagClassName
{
color: #BDE3BD;
}
</style>
background-color css
<style>
a { background-color: #BDE3BD; }
a { background-color: rgb(189,227,189); }
div.DivClassName
{
background-color: #BDE3BD;
}
.BgClassName
{
background-color: #BDE3BD;
}
</style>
border-color css
<style>
span { border-color: #BDE3BD; }
span { border-color: rgb(189,227,189); }
td.TdClassName
{
border-color: #BDE3BD;
}
.TagClassName
{
border-color: #BDE3BD;
}
</style>