Shades of Fringy Flower #B4F1BF
Tints of Fringy Flower #B4F1BF
RGB
CMYK
RGB Variations
Color information
#B4F1BF (or 0xB4F1BF) is known color: Fringy Flower. HEX triplet: B4, F1 and BF. RGB value is (180,241,191). Sum of RGB (Red+Green+Blue) = 180+241+191=612 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.41% from 612); Green value is 241 (94.53% from 255 or 39.38% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F1BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F1BF is #4B0E40. Grayscale: #D9D9D9. Windows color (decimal): -4918849 or 12579252. OLE color: 12579252.
HSL color Cylindrical-coordinate representation of color #B4F1BF: hue angle of 130.82º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4F1BF is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 241 | 191 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.05 |
| HSL | 130.82º | 0.69% | 0.83% | - |
| HSV(B) | 130.82º | 0.25% | 0.95% | - |
| XYZ | 59.68 | 76.38 | 60.89 | - |
| YUV | 217.06 | 113.29 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 241 | 191 | 0.25 | 0 | 0.21 | 0.05 | 130.82 | 0.69 | 0.83 |
| Hex | B4 | F1 | BF | 19 | 0 | 15 | 5 | 83 | 45 | 53 |
| Octal | 264 | 361 | 277 | 31 | 0 | 25 | 5 | 203 | 105 | 123 |
| Binary | 10110100 | 11110001 | 10111111 | 11001 | 0 | 10101 | 101 | 10000011 | 1000101 | 1010011 |
Color Harmonies of #B4F1BF
Complementary color
Monochromatic Colors of #B4F1BF
Black with #B4F1BF
Text Example
Text Example
White with #B4F1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F1BF; }
p { color: rgb(180,241,191); }
H1.HeaderClassName
{
color: #B4F1BF;
}
.AnyTagClassName
{
color: #B4F1BF;
}
</style>
background-color css
<style>
a { background-color: #B4F1BF; }
a { background-color: rgb(180,241,191); }
div.DivClassName
{
background-color: #B4F1BF;
}
.BgClassName
{
background-color: #B4F1BF;
}
</style>
border-color css
<style>
span { border-color: #B4F1BF; }
span { border-color: rgb(180,241,191); }
td.TdClassName
{
border-color: #B4F1BF;
}
.TagClassName
{
border-color: #B4F1BF;
}
</style>