Shades of Fringy Flower #B4F8BF
Tints of Fringy Flower #B4F8BF
RGB
CMYK
RGB Variations
Color information
#B4F8BF (or 0xB4F8BF) is known color: Fringy Flower. HEX triplet: B4, F8 and BF. RGB value is (180,248,191). Sum of RGB (Red+Green+Blue) = 180+248+191=619 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.08% from 619); Green value is 248 (97.27% from 255 or 40.06% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 248 - color contains mainly: green. Hex color #B4F8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F8BF is #4B0740. Grayscale: #DDDDDD. Windows color (decimal): -4917057 or 12581044. OLE color: 12581044.
HSL color Cylindrical-coordinate representation of color #B4F8BF: hue angle of 129.71º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4F8BF is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 180 | 248 | 191 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.03 |
| HSL | 129.71º | 0.83% | 0.84% | - |
| HSV(B) | 129.71º | 0.27% | 0.97% | - |
| XYZ | 61.79 | 80.6 | 61.59 | - |
| YUV | 221.17 | 110.97 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 248 | 191 | 0.27 | 0 | 0.23 | 0.03 | 129.71 | 0.83 | 0.84 |
| Hex | B4 | F8 | BF | 1B | 0 | 17 | 3 | 82 | 53 | 54 |
| Octal | 264 | 370 | 277 | 33 | 0 | 27 | 3 | 202 | 123 | 124 |
| Binary | 10110100 | 11111000 | 10111111 | 11011 | 0 | 10111 | 11 | 10000010 | 1010011 | 1010100 |
Color Harmonies of #B4F8BF
Complementary color
Monochromatic Colors of #B4F8BF
Black with #B4F8BF
Text Example
Text Example
White with #B4F8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F8BF; }
p { color: rgb(180,248,191); }
H1.HeaderClassName
{
color: #B4F8BF;
}
.AnyTagClassName
{
color: #B4F8BF;
}
</style>
background-color css
<style>
a { background-color: #B4F8BF; }
a { background-color: rgb(180,248,191); }
div.DivClassName
{
background-color: #B4F8BF;
}
.BgClassName
{
background-color: #B4F8BF;
}
</style>
border-color css
<style>
span { border-color: #B4F8BF; }
span { border-color: rgb(180,248,191); }
td.TdClassName
{
border-color: #B4F8BF;
}
.TagClassName
{
border-color: #B4F8BF;
}
</style>