Shades of Fringy Flower #BDEEBA
Tints of Fringy Flower #BDEEBA
RGB
CMYK
RGB Variations
Color information
#BDEEBA (or 0xBDEEBA) is known color: Fringy Flower. HEX triplet: BD, EE and BA. RGB value is (189,238,186). Sum of RGB (Red+Green+Blue) = 189+238+186=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEBA is #421145. Grayscale: #D9D9D9. Windows color (decimal): -4329798 or 12250813. OLE color: 12250813.
HSL color Cylindrical-coordinate representation of color #BDEEBA: hue angle of 116.54º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDEEBA is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 238 | 186 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.07 |
| HSL | 116.54º | 0.6% | 0.83% | - |
| HSV(B) | 116.54º | 0.22% | 0.93% | - |
| XYZ | 60.42 | 75.51 | 57.85 | - |
| YUV | 217.42 | 110.27 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 186 | 0.21 | 0 | 0.22 | 0.07 | 116.54 | 0.6 | 0.83 |
| Hex | BD | EE | BA | 15 | 0 | 16 | 7 | 75 | 3C | 53 |
| Octal | 275 | 356 | 272 | 25 | 0 | 26 | 7 | 165 | 74 | 123 |
| Binary | 10111101 | 11101110 | 10111010 | 10101 | 0 | 10110 | 111 | 1110101 | 111100 | 1010011 |
Color Harmonies of #BDEEBA
Complementary color
Monochromatic Colors of #BDEEBA
Black with #BDEEBA
Text Example
Text Example
White with #BDEEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEEBA; }
p { color: rgb(189,238,186); }
H1.HeaderClassName
{
color: #BDEEBA;
}
.AnyTagClassName
{
color: #BDEEBA;
}
</style>
background-color css
<style>
a { background-color: #BDEEBA; }
a { background-color: rgb(189,238,186); }
div.DivClassName
{
background-color: #BDEEBA;
}
.BgClassName
{
background-color: #BDEEBA;
}
</style>
border-color css
<style>
span { border-color: #BDEEBA; }
span { border-color: rgb(189,238,186); }
td.TdClassName
{
border-color: #BDEEBA;
}
.TagClassName
{
border-color: #BDEEBA;
}
</style>