Shades of Fringy Flower #B3F1C4
Tints of Fringy Flower #B3F1C4
RGB
CMYK
RGB Variations
Color information
#B3F1C4 (or 0xB3F1C4) is known color: Fringy Flower. HEX triplet: B3, F1 and C4. RGB value is (179,241,196). Sum of RGB (Red+Green+Blue) = 179+241+196=616 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.06% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 196 (76.95% from 255 or 31.82% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F1C4 is #4C0E3B. Grayscale: #D9D9D9. Windows color (decimal): -4984380 or 12906931. OLE color: 12906931.
HSL color Cylindrical-coordinate representation of color #B3F1C4: hue angle of 136.45º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F1C4 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 241 | 196 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.05 |
| HSL | 136.45º | 0.69% | 0.82% | - |
| HSV(B) | 136.45º | 0.26% | 0.95% | - |
| XYZ | 60.01 | 76.48 | 63.82 | - |
| YUV | 217.33 | 115.96 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 241 | 196 | 0.26 | 0 | 0.19 | 0.05 | 136.45 | 0.69 | 0.82 |
| Hex | B3 | F1 | C4 | 1A | 0 | 13 | 5 | 88 | 45 | 52 |
| Octal | 263 | 361 | 304 | 32 | 0 | 23 | 5 | 210 | 105 | 122 |
| Binary | 10110011 | 11110001 | 11000100 | 11010 | 0 | 10011 | 101 | 10001000 | 1000101 | 1010010 |
Color Harmonies of #B3F1C4
Complementary color
Monochromatic Colors of #B3F1C4
Black with #B3F1C4
Text Example
Text Example
White with #B3F1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F1C4; }
p { color: rgb(179,241,196); }
H1.HeaderClassName
{
color: #B3F1C4;
}
.AnyTagClassName
{
color: #B3F1C4;
}
</style>
background-color css
<style>
a { background-color: #B3F1C4; }
a { background-color: rgb(179,241,196); }
div.DivClassName
{
background-color: #B3F1C4;
}
.BgClassName
{
background-color: #B3F1C4;
}
</style>
border-color css
<style>
span { border-color: #B3F1C4; }
span { border-color: rgb(179,241,196); }
td.TdClassName
{
border-color: #B3F1C4;
}
.TagClassName
{
border-color: #B3F1C4;
}
</style>