Shades of Fringy Flower #BDECBE
Tints of Fringy Flower #BDECBE
RGB
CMYK
RGB Variations
Color information
#BDECBE (or 0xBDECBE) is known color: Fringy Flower. HEX triplet: BD, EC and BE. RGB value is (189,236,190). Sum of RGB (Red+Green+Blue) = 189+236+190=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #BDECBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDECBE is #421341. Grayscale: #D8D8D8. Windows color (decimal): -4330306 or 12512445. OLE color: 12512445.
HSL color Cylindrical-coordinate representation of color #BDECBE: hue angle of 121.28º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDECBE is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 236 | 190 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.07 |
| HSL | 121.28º | 0.55% | 0.83% | - |
| HSV(B) | 121.28º | 0.2% | 0.93% | - |
| XYZ | 60.28 | 74.53 | 59.92 | - |
| YUV | 216.7 | 112.93 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 236 | 190 | 0.20 | 0 | 0.19 | 0.07 | 121.28 | 0.55 | 0.83 |
| Hex | BD | EC | BE | 14 | 0 | 13 | 7 | 79 | 37 | 53 |
| Octal | 275 | 354 | 276 | 24 | 0 | 23 | 7 | 171 | 67 | 123 |
| Binary | 10111101 | 11101100 | 10111110 | 10100 | 0 | 10011 | 111 | 1111001 | 110111 | 1010011 |
Color Harmonies of #BDECBE
Complementary color
Monochromatic Colors of #BDECBE
Black with #BDECBE
Text Example
Text Example
White with #BDECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDECBE; }
p { color: rgb(189,236,190); }
H1.HeaderClassName
{
color: #BDECBE;
}
.AnyTagClassName
{
color: #BDECBE;
}
</style>
background-color css
<style>
a { background-color: #BDECBE; }
a { background-color: rgb(189,236,190); }
div.DivClassName
{
background-color: #BDECBE;
}
.BgClassName
{
background-color: #BDECBE;
}
</style>
border-color css
<style>
span { border-color: #BDECBE; }
span { border-color: rgb(189,236,190); }
td.TdClassName
{
border-color: #BDECBE;
}
.TagClassName
{
border-color: #BDECBE;
}
</style>