Shades of Fringy Flower #B4F5C2
Tints of Fringy Flower #B4F5C2
RGB
CMYK
RGB Variations
Color information
#B4F5C2 (or 0xB4F5C2) is known color: Fringy Flower. HEX triplet: B4, F5 and C2. RGB value is (180,245,194). Sum of RGB (Red+Green+Blue) = 180+245+194=619 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.08% from 619); Green value is 245 (96.09% from 255 or 39.58% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 245 - color contains mainly: green. Hex color #B4F5C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F5C2 is #4B0A3D. Grayscale: #DBDBDB. Windows color (decimal): -4917822 or 12776884. OLE color: 12776884.
HSL color Cylindrical-coordinate representation of color #B4F5C2: hue angle of 132.92º degrees, saturation: 0.76, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4F5C2 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 245 | 194 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.04 |
| HSL | 132.92º | 0.76% | 0.83% | - |
| HSV(B) | 132.92º | 0.27% | 0.96% | - |
| XYZ | 61.21 | 78.9 | 63.04 | - |
| YUV | 219.75 | 113.47 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 245 | 194 | 0.27 | 0 | 0.21 | 0.04 | 132.92 | 0.76 | 0.83 |
| Hex | B4 | F5 | C2 | 1B | 0 | 15 | 4 | 85 | 4C | 53 |
| Octal | 264 | 365 | 302 | 33 | 0 | 25 | 4 | 205 | 114 | 123 |
| Binary | 10110100 | 11110101 | 11000010 | 11011 | 0 | 10101 | 100 | 10000101 | 1001100 | 1010011 |
Color Harmonies of #B4F5C2
Complementary color
Monochromatic Colors of #B4F5C2
Black with #B4F5C2
Text Example
Text Example
White with #B4F5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F5C2; }
p { color: rgb(180,245,194); }
H1.HeaderClassName
{
color: #B4F5C2;
}
.AnyTagClassName
{
color: #B4F5C2;
}
</style>
background-color css
<style>
a { background-color: #B4F5C2; }
a { background-color: rgb(180,245,194); }
div.DivClassName
{
background-color: #B4F5C2;
}
.BgClassName
{
background-color: #B4F5C2;
}
</style>
border-color css
<style>
span { border-color: #B4F5C2; }
span { border-color: rgb(180,245,194); }
td.TdClassName
{
border-color: #B4F5C2;
}
.TagClassName
{
border-color: #B4F5C2;
}
</style>