Shades of Fringy Flower #B4FBBE
Tints of Fringy Flower #B4FBBE
RGB
CMYK
RGB Variations
Color information
#B4FBBE (or 0xB4FBBE) is known color: Fringy Flower. HEX triplet: B4, FB and BE. RGB value is (180,251,190). Sum of RGB (Red+Green+Blue) = 180+251+190=621 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.99% from 621); Green value is 251 (98.44% from 255 or 40.42% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBBE is #4B0441. Grayscale: #DEDEDE. Windows color (decimal): -4916290 or 12516276. OLE color: 12516276.
HSL color Cylindrical-coordinate representation of color #B4FBBE: hue angle of 128.45º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FBBE is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 251 | 190 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.02 |
| HSL | 128.45º | 0.9% | 0.85% | - |
| HSV(B) | 128.45º | 0.28% | 0.98% | - |
| XYZ | 62.61 | 82.42 | 61.32 | - |
| YUV | 222.82 | 109.48 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 251 | 190 | 0.28 | 0 | 0.24 | 0.02 | 128.45 | 0.9 | 0.85 |
| Hex | B4 | FB | BE | 1C | 0 | 18 | 2 | 80 | 5A | 55 |
| Octal | 264 | 373 | 276 | 34 | 0 | 30 | 2 | 200 | 132 | 125 |
| Binary | 10110100 | 11111011 | 10111110 | 11100 | 0 | 11000 | 10 | 10000000 | 1011010 | 1010101 |
Color Harmonies of #B4FBBE
Complementary color
Monochromatic Colors of #B4FBBE
Black with #B4FBBE
Text Example
Text Example
White with #B4FBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FBBE; }
p { color: rgb(180,251,190); }
H1.HeaderClassName
{
color: #B4FBBE;
}
.AnyTagClassName
{
color: #B4FBBE;
}
</style>
background-color css
<style>
a { background-color: #B4FBBE; }
a { background-color: rgb(180,251,190); }
div.DivClassName
{
background-color: #B4FBBE;
}
.BgClassName
{
background-color: #B4FBBE;
}
</style>
border-color css
<style>
span { border-color: #B4FBBE; }
span { border-color: rgb(180,251,190); }
td.TdClassName
{
border-color: #B4FBBE;
}
.TagClassName
{
border-color: #B4FBBE;
}
</style>