Shades of Fringy Flower #B3F1BB
Tints of Fringy Flower #B3F1BB
RGB
CMYK
RGB Variations
Color information
#B3F1BB (or 0xB3F1BB) is known color: Fringy Flower. HEX triplet: B3, F1 and BB. RGB value is (179,241,187). Sum of RGB (Red+Green+Blue) = 179+241+187=607 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.49% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F1BB is #4C0E44. Grayscale: #D8D8D8. Windows color (decimal): -4984389 or 12317107. OLE color: 12317107.
HSL color Cylindrical-coordinate representation of color #B3F1BB: hue angle of 127.74º 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 #B3F1BB is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 241 | 187 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.05 |
| HSL | 127.74º | 0.69% | 0.82% | - |
| HSV(B) | 127.74º | 0.26% | 0.95% | - |
| XYZ | 59.02 | 76.08 | 58.59 | - |
| YUV | 216.31 | 111.46 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 241 | 187 | 0.26 | 0 | 0.22 | 0.05 | 127.74 | 0.69 | 0.82 |
| Hex | B3 | F1 | BB | 1A | 0 | 16 | 5 | 80 | 45 | 52 |
| Octal | 263 | 361 | 273 | 32 | 0 | 26 | 5 | 200 | 105 | 122 |
| Binary | 10110011 | 11110001 | 10111011 | 11010 | 0 | 10110 | 101 | 10000000 | 1000101 | 1010010 |
Color Harmonies of #B3F1BB
Complementary color
Monochromatic Colors of #B3F1BB
Black with #B3F1BB
Text Example
Text Example
White with #B3F1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F1BB; }
p { color: rgb(179,241,187); }
H1.HeaderClassName
{
color: #B3F1BB;
}
.AnyTagClassName
{
color: #B3F1BB;
}
</style>
background-color css
<style>
a { background-color: #B3F1BB; }
a { background-color: rgb(179,241,187); }
div.DivClassName
{
background-color: #B3F1BB;
}
.BgClassName
{
background-color: #B3F1BB;
}
</style>
border-color css
<style>
span { border-color: #B3F1BB; }
span { border-color: rgb(179,241,187); }
td.TdClassName
{
border-color: #B3F1BB;
}
.TagClassName
{
border-color: #B3F1BB;
}
</style>