Shades of Fringy Flower #B4F4C3
Tints of Fringy Flower #B4F4C3
RGB
CMYK
RGB Variations
Color information
#B4F4C3 (or 0xB4F4C3) is known color: Fringy Flower. HEX triplet: B4, F4 and C3. RGB value is (180,244,195). Sum of RGB (Red+Green+Blue) = 180+244+195=619 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.08% from 619); Green value is 244 (95.70% from 255 or 39.42% from 619); Blue value is 195 (76.56% from 255 or 31.50% from 619); Max value from RGB is 244 - color contains mainly: green. Hex color #B4F4C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F4C3 is #4B0B3C. Grayscale: #DBDBDB. Windows color (decimal): -4918077 or 12842164. OLE color: 12842164.
HSL color Cylindrical-coordinate representation of color #B4F4C3: hue angle of 134.06º 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 #B4F4C3 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 244 | 195 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.04 |
| HSL | 134.06º | 0.74% | 0.83% | - |
| HSV(B) | 134.06º | 0.26% | 0.96% | - |
| XYZ | 61.02 | 78.34 | 63.54 | - |
| YUV | 219.28 | 114.3 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 244 | 195 | 0.26 | 0 | 0.20 | 0.04 | 134.06 | 0.74 | 0.83 |
| Hex | B4 | F4 | C3 | 1A | 0 | 14 | 4 | 86 | 4A | 53 |
| Octal | 264 | 364 | 303 | 32 | 0 | 24 | 4 | 206 | 112 | 123 |
| Binary | 10110100 | 11110100 | 11000011 | 11010 | 0 | 10100 | 100 | 10000110 | 1001010 | 1010011 |
Color Harmonies of #B4F4C3
Complementary color
Monochromatic Colors of #B4F4C3
Black with #B4F4C3
Text Example
Text Example
White with #B4F4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F4C3; }
p { color: rgb(180,244,195); }
H1.HeaderClassName
{
color: #B4F4C3;
}
.AnyTagClassName
{
color: #B4F4C3;
}
</style>
background-color css
<style>
a { background-color: #B4F4C3; }
a { background-color: rgb(180,244,195); }
div.DivClassName
{
background-color: #B4F4C3;
}
.BgClassName
{
background-color: #B4F4C3;
}
</style>
border-color css
<style>
span { border-color: #B4F4C3; }
span { border-color: rgb(180,244,195); }
td.TdClassName
{
border-color: #B4F4C3;
}
.TagClassName
{
border-color: #B4F4C3;
}
</style>