Shades of Fringy Flower #B4F4BD
Tints of Fringy Flower #B4F4BD
RGB
CMYK
RGB Variations
Color information
#B4F4BD (or 0xB4F4BD) is known color: Fringy Flower. HEX triplet: B4, F4 and BD. RGB value is (180,244,189). Sum of RGB (Red+Green+Blue) = 180+244+189=613 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.36% from 613); Green value is 244 (95.70% from 255 or 39.80% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 244 - color contains mainly: green. Hex color #B4F4BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F4BD is #4B0B42. Grayscale: #DADADA. Windows color (decimal): -4918083 or 12448948. OLE color: 12448948.
HSL color Cylindrical-coordinate representation of color #B4F4BD: hue angle of 128.44º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4F4BD is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 244 | 189 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.04 |
| HSL | 128.44º | 0.74% | 0.83% | - |
| HSV(B) | 128.44º | 0.26% | 0.96% | - |
| XYZ | 60.36 | 78.08 | 60.03 | - |
| YUV | 218.59 | 111.3 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 244 | 189 | 0.26 | 0 | 0.23 | 0.04 | 128.44 | 0.74 | 0.83 |
| Hex | B4 | F4 | BD | 1A | 0 | 17 | 4 | 80 | 4A | 53 |
| Octal | 264 | 364 | 275 | 32 | 0 | 27 | 4 | 200 | 112 | 123 |
| Binary | 10110100 | 11110100 | 10111101 | 11010 | 0 | 10111 | 100 | 10000000 | 1001010 | 1010011 |
Color Harmonies of #B4F4BD
Complementary color
Monochromatic Colors of #B4F4BD
Black with #B4F4BD
Text Example
Text Example
White with #B4F4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F4BD; }
p { color: rgb(180,244,189); }
H1.HeaderClassName
{
color: #B4F4BD;
}
.AnyTagClassName
{
color: #B4F4BD;
}
</style>
background-color css
<style>
a { background-color: #B4F4BD; }
a { background-color: rgb(180,244,189); }
div.DivClassName
{
background-color: #B4F4BD;
}
.BgClassName
{
background-color: #B4F4BD;
}
</style>
border-color css
<style>
span { border-color: #B4F4BD; }
span { border-color: rgb(180,244,189); }
td.TdClassName
{
border-color: #B4F4BD;
}
.TagClassName
{
border-color: #B4F4BD;
}
</style>