Shades of Fringy Flower #B3EABB
Tints of Fringy Flower #B3EABB
RGB
CMYK
RGB Variations
Color information
#B3EABB (or 0xB3EABB) is known color: Fringy Flower. HEX triplet: B3, EA and BB. RGB value is (179,234,187). Sum of RGB (Red+Green+Blue) = 179+234+187=600 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.83% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 234 - color contains mainly: green. Hex color #B3EABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EABB is #4C1544. Grayscale: #D4D4D4. Windows color (decimal): -4986181 or 12315315. OLE color: 12315315.
HSL color Cylindrical-coordinate representation of color #B3EABB: hue angle of 128.73º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EABB is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 234 | 187 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.08 |
| HSL | 128.73º | 0.57% | 0.81% | - |
| HSV(B) | 128.73º | 0.24% | 0.92% | - |
| XYZ | 56.98 | 72.02 | 57.91 | - |
| YUV | 212.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 234 | 187 | 0.24 | 0 | 0.20 | 0.08 | 128.73 | 0.57 | 0.81 |
| Hex | B3 | EA | BB | 18 | 0 | 14 | 8 | 81 | 39 | 51 |
| Octal | 263 | 352 | 273 | 30 | 0 | 24 | 10 | 201 | 71 | 121 |
| Binary | 10110011 | 11101010 | 10111011 | 11000 | 0 | 10100 | 1000 | 10000001 | 111001 | 1010001 |
Color Harmonies of #B3EABB
Complementary color
Monochromatic Colors of #B3EABB
Black with #B3EABB
Text Example
Text Example
White with #B3EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EABB; }
p { color: rgb(179,234,187); }
H1.HeaderClassName
{
color: #B3EABB;
}
.AnyTagClassName
{
color: #B3EABB;
}
</style>
background-color css
<style>
a { background-color: #B3EABB; }
a { background-color: rgb(179,234,187); }
div.DivClassName
{
background-color: #B3EABB;
}
.BgClassName
{
background-color: #B3EABB;
}
</style>
border-color css
<style>
span { border-color: #B3EABB; }
span { border-color: rgb(179,234,187); }
td.TdClassName
{
border-color: #B3EABB;
}
.TagClassName
{
border-color: #B3EABB;
}
</style>