Shades of Fringy Flower #BEFABB
Tints of Fringy Flower #BEFABB
RGB
CMYK
RGB Variations
Color information
#BEFABB (or 0xBEFABB) is known color: Fringy Flower. HEX triplet: BE, FA and BB. RGB value is (190,250,187). Sum of RGB (Red+Green+Blue) = 190+250+187=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEFABB is #410544. Grayscale: #E1E1E1. Windows color (decimal): -4261189 or 12319422. OLE color: 12319422.
HSL color Cylindrical-coordinate representation of color #BEFABB: hue angle of 117.14º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEFABB is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 250 | 187 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.02 |
| HSL | 117.14º | 0.86% | 0.86% | - |
| HSV(B) | 117.14º | 0.25% | 0.98% | - |
| XYZ | 64.39 | 82.91 | 59.62 | - |
| YUV | 224.88 | 106.62 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 250 | 187 | 0.24 | 0 | 0.25 | 0.02 | 117.14 | 0.86 | 0.86 |
| Hex | BE | FA | BB | 18 | 0 | 19 | 2 | 75 | 56 | 56 |
| Octal | 276 | 372 | 273 | 30 | 0 | 31 | 2 | 165 | 126 | 126 |
| Binary | 10111110 | 11111010 | 10111011 | 11000 | 0 | 11001 | 10 | 1110101 | 1010110 | 1010110 |
Color Harmonies of #BEFABB
Complementary color
Monochromatic Colors of #BEFABB
Black with #BEFABB
Text Example
Text Example
White with #BEFABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFABB; }
p { color: rgb(190,250,187); }
H1.HeaderClassName
{
color: #BEFABB;
}
.AnyTagClassName
{
color: #BEFABB;
}
</style>
background-color css
<style>
a { background-color: #BEFABB; }
a { background-color: rgb(190,250,187); }
div.DivClassName
{
background-color: #BEFABB;
}
.BgClassName
{
background-color: #BEFABB;
}
</style>
border-color css
<style>
span { border-color: #BEFABB; }
span { border-color: rgb(190,250,187); }
td.TdClassName
{
border-color: #BEFABB;
}
.TagClassName
{
border-color: #BEFABB;
}
</style>