Shades of Fringy Flower #BDE7BB
Tints of Fringy Flower #BDE7BB
RGB
CMYK
RGB Variations
Color information
#BDE7BB (or 0xBDE7BB) is known color: Fringy Flower. HEX triplet: BD, E7 and BB. RGB value is (189,231,187). Sum of RGB (Red+Green+Blue) = 189+231+187=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7BB is #421844. Grayscale: #D5D5D5. Windows color (decimal): -4331589 or 12314557. OLE color: 12314557.
HSL color Cylindrical-coordinate representation of color #BDE7BB: hue angle of 117.27º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE7BB is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 231 | 187 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.09 |
| HSL | 117.27º | 0.48% | 0.82% | - |
| HSV(B) | 117.27º | 0.19% | 0.91% | - |
| XYZ | 58.53 | 71.56 | 57.74 | - |
| YUV | 213.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 231 | 187 | 0.18 | 0 | 0.19 | 0.09 | 117.27 | 0.48 | 0.82 |
| Hex | BD | E7 | BB | 12 | 0 | 13 | 9 | 75 | 30 | 52 |
| Octal | 275 | 347 | 273 | 22 | 0 | 23 | 11 | 165 | 60 | 122 |
| Binary | 10111101 | 11100111 | 10111011 | 10010 | 0 | 10011 | 1001 | 1110101 | 110000 | 1010010 |
Color Harmonies of #BDE7BB
Complementary color
Monochromatic Colors of #BDE7BB
Black with #BDE7BB
Text Example
Text Example
White with #BDE7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE7BB; }
p { color: rgb(189,231,187); }
H1.HeaderClassName
{
color: #BDE7BB;
}
.AnyTagClassName
{
color: #BDE7BB;
}
</style>
background-color css
<style>
a { background-color: #BDE7BB; }
a { background-color: rgb(189,231,187); }
div.DivClassName
{
background-color: #BDE7BB;
}
.BgClassName
{
background-color: #BDE7BB;
}
</style>
border-color css
<style>
span { border-color: #BDE7BB; }
span { border-color: rgb(189,231,187); }
td.TdClassName
{
border-color: #BDE7BB;
}
.TagClassName
{
border-color: #BDE7BB;
}
</style>