Shades of Fringy Flower #BEEFC2
Tints of Fringy Flower #BEEFC2
RGB
CMYK
RGB Variations
Color information
#BEEFC2 (or 0xBEEFC2) is known color: Fringy Flower. HEX triplet: BE, EF and C2. RGB value is (190,239,194). Sum of RGB (Red+Green+Blue) = 190+239+194=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 194 (76.17% from 255 or 31.14% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEFC2 is #41103D. Grayscale: #DBDBDB. Windows color (decimal): -4263998 or 12775358. OLE color: 12775358.
HSL color Cylindrical-coordinate representation of color #BEEFC2: hue angle of 124.9º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEEFC2 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 239 | 194 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.06 |
| HSL | 124.9º | 0.6% | 0.84% | - |
| HSV(B) | 124.9º | 0.21% | 0.94% | - |
| XYZ | 61.84 | 76.58 | 62.56 | - |
| YUV | 219.22 | 113.77 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 239 | 194 | 0.21 | 0 | 0.19 | 0.06 | 124.9 | 0.6 | 0.84 |
| Hex | BE | EF | C2 | 15 | 0 | 13 | 6 | 7D | 3C | 54 |
| Octal | 276 | 357 | 302 | 25 | 0 | 23 | 6 | 175 | 74 | 124 |
| Binary | 10111110 | 11101111 | 11000010 | 10101 | 0 | 10011 | 110 | 1111101 | 111100 | 1010100 |
Color Harmonies of #BEEFC2
Complementary color
Monochromatic Colors of #BEEFC2
Black with #BEEFC2
Text Example
Text Example
White with #BEEFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEFC2; }
p { color: rgb(190,239,194); }
H1.HeaderClassName
{
color: #BEEFC2;
}
.AnyTagClassName
{
color: #BEEFC2;
}
</style>
background-color css
<style>
a { background-color: #BEEFC2; }
a { background-color: rgb(190,239,194); }
div.DivClassName
{
background-color: #BEEFC2;
}
.BgClassName
{
background-color: #BEEFC2;
}
</style>
border-color css
<style>
span { border-color: #BEEFC2; }
span { border-color: rgb(190,239,194); }
td.TdClassName
{
border-color: #BEEFC2;
}
.TagClassName
{
border-color: #BEEFC2;
}
</style>