Shades of Fringy Flower #BEEEBF
Tints of Fringy Flower #BEEEBF
RGB
CMYK
RGB Variations
Color information
#BEEEBF (or 0xBEEEBF) is known color: Fringy Flower. HEX triplet: BE, EE and BF. RGB value is (190,238,191). Sum of RGB (Red+Green+Blue) = 190+238+191=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #BEEEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEEBF is #411140. Grayscale: #DADADA. Windows color (decimal): -4264257 or 12578494. OLE color: 12578494.
HSL color Cylindrical-coordinate representation of color #BEEEBF: hue angle of 121.25º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEEEBF is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 238 | 191 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.07 |
| HSL | 121.25º | 0.59% | 0.84% | - |
| HSV(B) | 121.25º | 0.2% | 0.93% | - |
| XYZ | 61.21 | 75.86 | 60.71 | - |
| YUV | 218.29 | 112.6 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 238 | 191 | 0.20 | 0 | 0.20 | 0.07 | 121.25 | 0.59 | 0.84 |
| Hex | BE | EE | BF | 14 | 0 | 14 | 7 | 79 | 3B | 54 |
| Octal | 276 | 356 | 277 | 24 | 0 | 24 | 7 | 171 | 73 | 124 |
| Binary | 10111110 | 11101110 | 10111111 | 10100 | 0 | 10100 | 111 | 1111001 | 111011 | 1010100 |
Color Harmonies of #BEEEBF
Complementary color
Monochromatic Colors of #BEEEBF
Black with #BEEEBF
Text Example
Text Example
White with #BEEEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEEBF; }
p { color: rgb(190,238,191); }
H1.HeaderClassName
{
color: #BEEEBF;
}
.AnyTagClassName
{
color: #BEEEBF;
}
</style>
background-color css
<style>
a { background-color: #BEEEBF; }
a { background-color: rgb(190,238,191); }
div.DivClassName
{
background-color: #BEEEBF;
}
.BgClassName
{
background-color: #BEEEBF;
}
</style>
border-color css
<style>
span { border-color: #BEEEBF; }
span { border-color: rgb(190,238,191); }
td.TdClassName
{
border-color: #BEEEBF;
}
.TagClassName
{
border-color: #BEEEBF;
}
</style>