Shades of Fringy Flower #B4F8C1
Tints of Fringy Flower #B4F8C1
RGB
CMYK
RGB Variations
Color information
#B4F8C1 (or 0xB4F8C1) is known color: Fringy Flower. HEX triplet: B4, F8 and C1. RGB value is (180,248,193). Sum of RGB (Red+Green+Blue) = 180+248+193=621 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.99% from 621); Green value is 248 (97.27% from 255 or 39.94% from 621); Blue value is 193 (75.78% from 255 or 31.08% from 621); Max value from RGB is 248 - color contains mainly: green. Hex color #B4F8C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F8C1 is #4B073E. Grayscale: #DDDDDD. Windows color (decimal): -4917055 or 12712116. OLE color: 12712116.
HSL color Cylindrical-coordinate representation of color #B4F8C1: hue angle of 131.47º 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 #B4F8C1 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 180 | 248 | 193 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.03 |
| HSL | 131.47º | 0.83% | 0.84% | - |
| HSV(B) | 131.47º | 0.27% | 0.97% | - |
| XYZ | 62.02 | 80.69 | 62.76 | - |
| YUV | 221.4 | 111.97 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 248 | 193 | 0.27 | 0 | 0.22 | 0.03 | 131.47 | 0.83 | 0.84 |
| Hex | B4 | F8 | C1 | 1B | 0 | 16 | 3 | 83 | 53 | 54 |
| Octal | 264 | 370 | 301 | 33 | 0 | 26 | 3 | 203 | 123 | 124 |
| Binary | 10110100 | 11111000 | 11000001 | 11011 | 0 | 10110 | 11 | 10000011 | 1010011 | 1010100 |
Color Harmonies of #B4F8C1
Complementary color
Monochromatic Colors of #B4F8C1
Black with #B4F8C1
Text Example
Text Example
White with #B4F8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F8C1; }
p { color: rgb(180,248,193); }
H1.HeaderClassName
{
color: #B4F8C1;
}
.AnyTagClassName
{
color: #B4F8C1;
}
</style>
background-color css
<style>
a { background-color: #B4F8C1; }
a { background-color: rgb(180,248,193); }
div.DivClassName
{
background-color: #B4F8C1;
}
.BgClassName
{
background-color: #B4F8C1;
}
</style>
border-color css
<style>
span { border-color: #B4F8C1; }
span { border-color: rgb(180,248,193); }
td.TdClassName
{
border-color: #B4F8C1;
}
.TagClassName
{
border-color: #B4F8C1;
}
</style>