Shades of Fringy Flower #BEEDBB
Tints of Fringy Flower #BEEDBB
RGB
CMYK
RGB Variations
Color information
#BEEDBB (or 0xBEEDBB) is known color: Fringy Flower. HEX triplet: BE, ED and BB. RGB value is (190,237,187). Sum of RGB (Red+Green+Blue) = 190+237+187=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 237 (92.97% from 255 or 38.60% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 237 - color contains mainly: green. Hex color #BEEDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEDBB is #411244. Grayscale: #D9D9D9. Windows color (decimal): -4264517 or 12316094. OLE color: 12316094.
HSL color Cylindrical-coordinate representation of color #BEEDBB: hue angle of 116.4º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEDBB is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 237 | 187 | - |
| CMYK | 0.20 | 0 | 0.21 | 0.07 |
| HSL | 116.4º | 0.58% | 0.83% | - |
| HSV(B) | 116.4º | 0.21% | 0.93% | - |
| XYZ | 60.49 | 75.1 | 58.32 | - |
| YUV | 217.25 | 110.93 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 237 | 187 | 0.20 | 0 | 0.21 | 0.07 | 116.4 | 0.58 | 0.83 |
| Hex | BE | ED | BB | 14 | 0 | 15 | 7 | 74 | 3A | 53 |
| Octal | 276 | 355 | 273 | 24 | 0 | 25 | 7 | 164 | 72 | 123 |
| Binary | 10111110 | 11101101 | 10111011 | 10100 | 0 | 10101 | 111 | 1110100 | 111010 | 1010011 |
Color Harmonies of #BEEDBB
Complementary color
Monochromatic Colors of #BEEDBB
Black with #BEEDBB
Text Example
Text Example
White with #BEEDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEDBB; }
p { color: rgb(190,237,187); }
H1.HeaderClassName
{
color: #BEEDBB;
}
.AnyTagClassName
{
color: #BEEDBB;
}
</style>
background-color css
<style>
a { background-color: #BEEDBB; }
a { background-color: rgb(190,237,187); }
div.DivClassName
{
background-color: #BEEDBB;
}
.BgClassName
{
background-color: #BEEDBB;
}
</style>
border-color css
<style>
span { border-color: #BEEDBB; }
span { border-color: rgb(190,237,187); }
td.TdClassName
{
border-color: #BEEDBB;
}
.TagClassName
{
border-color: #BEEDBB;
}
</style>