Shades of Fringy Flower #B4F6BB
Tints of Fringy Flower #B4F6BB
RGB
CMYK
RGB Variations
Color information
#B4F6BB (or 0xB4F6BB) is known color: Fringy Flower. HEX triplet: B4, F6 and BB. RGB value is (180,246,187). Sum of RGB (Red+Green+Blue) = 180+246+187=613 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.36% from 613); Green value is 246 (96.48% from 255 or 40.13% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 246 - color contains mainly: green. Hex color #B4F6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F6BB is #4B0944. Grayscale: #DBDBDB. Windows color (decimal): -4917573 or 12318388. OLE color: 12318388.
HSL color Cylindrical-coordinate representation of color #B4F6BB: hue angle of 126.36º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4F6BB is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 246 | 187 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.04 |
| HSL | 126.36º | 0.79% | 0.84% | - |
| HSV(B) | 126.36º | 0.27% | 0.96% | - |
| XYZ | 60.75 | 79.2 | 59.1 | - |
| YUV | 219.54 | 109.63 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 246 | 187 | 0.27 | 0 | 0.24 | 0.04 | 126.36 | 0.79 | 0.84 |
| Hex | B4 | F6 | BB | 1B | 0 | 18 | 4 | 7E | 4F | 54 |
| Octal | 264 | 366 | 273 | 33 | 0 | 30 | 4 | 176 | 117 | 124 |
| Binary | 10110100 | 11110110 | 10111011 | 11011 | 0 | 11000 | 100 | 1111110 | 1001111 | 1010100 |
Color Harmonies of #B4F6BB
Complementary color
Monochromatic Colors of #B4F6BB
Black with #B4F6BB
Text Example
Text Example
White with #B4F6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F6BB; }
p { color: rgb(180,246,187); }
H1.HeaderClassName
{
color: #B4F6BB;
}
.AnyTagClassName
{
color: #B4F6BB;
}
</style>
background-color css
<style>
a { background-color: #B4F6BB; }
a { background-color: rgb(180,246,187); }
div.DivClassName
{
background-color: #B4F6BB;
}
.BgClassName
{
background-color: #B4F6BB;
}
</style>
border-color css
<style>
span { border-color: #B4F6BB; }
span { border-color: rgb(180,246,187); }
td.TdClassName
{
border-color: #B4F6BB;
}
.TagClassName
{
border-color: #B4F6BB;
}
</style>