Shades of Fringy Flower #B3EABF
Tints of Fringy Flower #B3EABF
RGB
CMYK
RGB Variations
Color information
#B3EABF (or 0xB3EABF) is known color: Fringy Flower. HEX triplet: B3, EA and BF. RGB value is (179,234,191). Sum of RGB (Red+Green+Blue) = 179+234+191=604 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.64% from 604); Green value is 234 (91.80% from 255 or 38.74% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 234 - color contains mainly: green. Hex color #B3EABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EABF is #4C1540. Grayscale: #D4D4D4. Windows color (decimal): -4986177 or 12577459. OLE color: 12577459.
HSL color Cylindrical-coordinate representation of color #B3EABF: hue angle of 133.09º 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 #B3EABF is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 234 | 191 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.08 |
| HSL | 133.09º | 0.57% | 0.81% | - |
| HSV(B) | 133.09º | 0.24% | 0.92% | - |
| XYZ | 57.42 | 72.19 | 60.2 | - |
| YUV | 212.65 | 115.78 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 234 | 191 | 0.24 | 0 | 0.18 | 0.08 | 133.09 | 0.57 | 0.81 |
| Hex | B3 | EA | BF | 18 | 0 | 12 | 8 | 85 | 39 | 51 |
| Octal | 263 | 352 | 277 | 30 | 0 | 22 | 10 | 205 | 71 | 121 |
| Binary | 10110011 | 11101010 | 10111111 | 11000 | 0 | 10010 | 1000 | 10000101 | 111001 | 1010001 |
Color Harmonies of #B3EABF
Complementary color
Monochromatic Colors of #B3EABF
Black with #B3EABF
Text Example
Text Example
White with #B3EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EABF; }
p { color: rgb(179,234,191); }
H1.HeaderClassName
{
color: #B3EABF;
}
.AnyTagClassName
{
color: #B3EABF;
}
</style>
background-color css
<style>
a { background-color: #B3EABF; }
a { background-color: rgb(179,234,191); }
div.DivClassName
{
background-color: #B3EABF;
}
.BgClassName
{
background-color: #B3EABF;
}
</style>
border-color css
<style>
span { border-color: #B3EABF; }
span { border-color: rgb(179,234,191); }
td.TdClassName
{
border-color: #B3EABF;
}
.TagClassName
{
border-color: #B3EABF;
}
</style>