Shades of Fringy Flower #B3F1BC
Tints of Fringy Flower #B3F1BC
RGB
CMYK
RGB Variations
Color information
#B3F1BC (or 0xB3F1BC) is known color: Fringy Flower. HEX triplet: B3, F1 and BC. RGB value is (179,241,188). Sum of RGB (Red+Green+Blue) = 179+241+188=608 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.44% from 608); Green value is 241 (94.53% from 255 or 39.64% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F1BC is #4C0E43. Grayscale: #D8D8D8. Windows color (decimal): -4984388 or 12382643. OLE color: 12382643.
HSL color Cylindrical-coordinate representation of color #B3F1BC: hue angle of 128.71º 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 #B3F1BC is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 241 | 188 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.05 |
| HSL | 128.71º | 0.69% | 0.82% | - |
| HSV(B) | 128.71º | 0.26% | 0.95% | - |
| XYZ | 59.12 | 76.13 | 59.15 | - |
| YUV | 216.42 | 111.96 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 241 | 188 | 0.26 | 0 | 0.22 | 0.05 | 128.71 | 0.69 | 0.82 |
| Hex | B3 | F1 | BC | 1A | 0 | 16 | 5 | 81 | 45 | 52 |
| Octal | 263 | 361 | 274 | 32 | 0 | 26 | 5 | 201 | 105 | 122 |
| Binary | 10110011 | 11110001 | 10111100 | 11010 | 0 | 10110 | 101 | 10000001 | 1000101 | 1010010 |
Color Harmonies of #B3F1BC
Complementary color
Monochromatic Colors of #B3F1BC
Black with #B3F1BC
Text Example
Text Example
White with #B3F1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F1BC; }
p { color: rgb(179,241,188); }
H1.HeaderClassName
{
color: #B3F1BC;
}
.AnyTagClassName
{
color: #B3F1BC;
}
</style>
background-color css
<style>
a { background-color: #B3F1BC; }
a { background-color: rgb(179,241,188); }
div.DivClassName
{
background-color: #B3F1BC;
}
.BgClassName
{
background-color: #B3F1BC;
}
</style>
border-color css
<style>
span { border-color: #B3F1BC; }
span { border-color: rgb(179,241,188); }
td.TdClassName
{
border-color: #B3F1BC;
}
.TagClassName
{
border-color: #B3F1BC;
}
</style>