Shades of Fringy Flower #B3F4C4
Tints of Fringy Flower #B3F4C4
RGB
CMYK
RGB Variations
Color information
#B3F4C4 (or 0xB3F4C4) is known color: Fringy Flower. HEX triplet: B3, F4 and C4. RGB value is (179,244,196). Sum of RGB (Red+Green+Blue) = 179+244+196=619 (81% of max value = 765). Red value is 179 (70.31% from 255 or 28.92% from 619); Green value is 244 (95.70% from 255 or 39.42% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 244 - color contains mainly: green. Hex color #B3F4C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F4C4 is #4C0B3B. Grayscale: #DBDBDB. Windows color (decimal): -4983612 or 12907699. OLE color: 12907699.
HSL color Cylindrical-coordinate representation of color #B3F4C4: hue angle of 135.69º degrees, saturation: 0.75, 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 #B3F4C4 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 244 | 196 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.04 |
| HSL | 135.69º | 0.75% | 0.83% | - |
| HSV(B) | 135.69º | 0.27% | 0.96% | - |
| XYZ | 60.9 | 78.27 | 64.12 | - |
| YUV | 219.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 244 | 196 | 0.27 | 0 | 0.20 | 0.04 | 135.69 | 0.75 | 0.83 |
| Hex | B3 | F4 | C4 | 1B | 0 | 14 | 4 | 88 | 4B | 53 |
| Octal | 263 | 364 | 304 | 33 | 0 | 24 | 4 | 210 | 113 | 123 |
| Binary | 10110011 | 11110100 | 11000100 | 11011 | 0 | 10100 | 100 | 10001000 | 1001011 | 1010011 |
Color Harmonies of #B3F4C4
Complementary color
Monochromatic Colors of #B3F4C4
Black with #B3F4C4
Text Example
Text Example
White with #B3F4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F4C4; }
p { color: rgb(179,244,196); }
H1.HeaderClassName
{
color: #B3F4C4;
}
.AnyTagClassName
{
color: #B3F4C4;
}
</style>
background-color css
<style>
a { background-color: #B3F4C4; }
a { background-color: rgb(179,244,196); }
div.DivClassName
{
background-color: #B3F4C4;
}
.BgClassName
{
background-color: #B3F4C4;
}
</style>
border-color css
<style>
span { border-color: #B3F4C4; }
span { border-color: rgb(179,244,196); }
td.TdClassName
{
border-color: #B3F4C4;
}
.TagClassName
{
border-color: #B3F4C4;
}
</style>