Shades of Fringy Flower #BDEEBF
Tints of Fringy Flower #BDEEBF
RGB
CMYK
RGB Variations
Color information
#BDEEBF (or 0xBDEEBF) is known color: Fringy Flower. HEX triplet: BD, EE and BF. RGB value is (189,238,191). Sum of RGB (Red+Green+Blue) = 189+238+191=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEBF is #421140. Grayscale: #DADADA. Windows color (decimal): -4329793 or 12578493. OLE color: 12578493.
HSL color Cylindrical-coordinate representation of color #BDEEBF: hue angle of 122.45º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEEBF is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 238 | 191 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.07 |
| HSL | 122.45º | 0.59% | 0.84% | - |
| HSV(B) | 122.45º | 0.21% | 0.93% | - |
| XYZ | 60.96 | 75.73 | 60.69 | - |
| YUV | 217.99 | 112.77 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 191 | 0.21 | 0 | 0.20 | 0.07 | 122.45 | 0.59 | 0.84 |
| Hex | BD | EE | BF | 15 | 0 | 14 | 7 | 7A | 3B | 54 |
| Octal | 275 | 356 | 277 | 25 | 0 | 24 | 7 | 172 | 73 | 124 |
| Binary | 10111101 | 11101110 | 10111111 | 10101 | 0 | 10100 | 111 | 1111010 | 111011 | 1010100 |
Color Harmonies of #BDEEBF
Complementary color
Monochromatic Colors of #BDEEBF
Black with #BDEEBF
Text Example
Text Example
White with #BDEEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEEBF; }
p { color: rgb(189,238,191); }
H1.HeaderClassName
{
color: #BDEEBF;
}
.AnyTagClassName
{
color: #BDEEBF;
}
</style>
background-color css
<style>
a { background-color: #BDEEBF; }
a { background-color: rgb(189,238,191); }
div.DivClassName
{
background-color: #BDEEBF;
}
.BgClassName
{
background-color: #BDEEBF;
}
</style>
border-color css
<style>
span { border-color: #BDEEBF; }
span { border-color: rgb(189,238,191); }
td.TdClassName
{
border-color: #BDEEBF;
}
.TagClassName
{
border-color: #BDEEBF;
}
</style>