Shades of Fringy Flower #B4F8BB
Tints of Fringy Flower #B4F8BB
RGB
CMYK
RGB Variations
Color information
#B4F8BB (or 0xB4F8BB) is known color: Fringy Flower. HEX triplet: B4, F8 and BB. RGB value is (180,248,187). Sum of RGB (Red+Green+Blue) = 180+248+187=615 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.27% from 615); Green value is 248 (97.27% from 255 or 40.33% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 248 - color contains mainly: green. Hex color #B4F8BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F8BB is #4B0744. Grayscale: #DCDCDC. Windows color (decimal): -4917061 or 12318900. OLE color: 12318900.
HSL color Cylindrical-coordinate representation of color #B4F8BB: hue angle of 126.18º 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 #B4F8BB is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 180 | 248 | 187 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.03 |
| HSL | 126.18º | 0.83% | 0.84% | - |
| HSV(B) | 126.18º | 0.27% | 0.97% | - |
| XYZ | 61.36 | 80.43 | 59.3 | - |
| YUV | 220.71 | 108.97 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 248 | 187 | 0.27 | 0 | 0.25 | 0.03 | 126.18 | 0.83 | 0.84 |
| Hex | B4 | F8 | BB | 1B | 0 | 19 | 3 | 7E | 53 | 54 |
| Octal | 264 | 370 | 273 | 33 | 0 | 31 | 3 | 176 | 123 | 124 |
| Binary | 10110100 | 11111000 | 10111011 | 11011 | 0 | 11001 | 11 | 1111110 | 1010011 | 1010100 |
Color Harmonies of #B4F8BB
Complementary color
Monochromatic Colors of #B4F8BB
Black with #B4F8BB
Text Example
Text Example
White with #B4F8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F8BB; }
p { color: rgb(180,248,187); }
H1.HeaderClassName
{
color: #B4F8BB;
}
.AnyTagClassName
{
color: #B4F8BB;
}
</style>
background-color css
<style>
a { background-color: #B4F8BB; }
a { background-color: rgb(180,248,187); }
div.DivClassName
{
background-color: #B4F8BB;
}
.BgClassName
{
background-color: #B4F8BB;
}
</style>
border-color css
<style>
span { border-color: #B4F8BB; }
span { border-color: rgb(180,248,187); }
td.TdClassName
{
border-color: #B4F8BB;
}
.TagClassName
{
border-color: #B4F8BB;
}
</style>