Shades of Fringy Flower #B3F0BE
Tints of Fringy Flower #B3F0BE
RGB
CMYK
RGB Variations
Color information
#B3F0BE (or 0xB3F0BE) is known color: Fringy Flower. HEX triplet: B3, F0 and BE. RGB value is (179,240,190). Sum of RGB (Red+Green+Blue) = 179+240+190=609 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.39% from 609); Green value is 240 (94.14% from 255 or 39.41% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 240 - color contains mainly: green. Hex color #B3F0BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F0BE is #4C0F41. Grayscale: #D8D8D8. Windows color (decimal): -4984642 or 12513459. OLE color: 12513459.
HSL color Cylindrical-coordinate representation of color #B3F0BE: hue angle of 130.82º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3F0BE is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 240 | 190 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.06 |
| HSL | 130.82º | 0.67% | 0.82% | - |
| HSV(B) | 130.82º | 0.25% | 0.94% | - |
| XYZ | 59.04 | 75.62 | 60.2 | - |
| YUV | 216.06 | 113.29 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 240 | 190 | 0.25 | 0 | 0.21 | 0.06 | 130.82 | 0.67 | 0.82 |
| Hex | B3 | F0 | BE | 19 | 0 | 15 | 6 | 83 | 43 | 52 |
| Octal | 263 | 360 | 276 | 31 | 0 | 25 | 6 | 203 | 103 | 122 |
| Binary | 10110011 | 11110000 | 10111110 | 11001 | 0 | 10101 | 110 | 10000011 | 1000011 | 1010010 |
Color Harmonies of #B3F0BE
Complementary color
Monochromatic Colors of #B3F0BE
Black with #B3F0BE
Text Example
Text Example
White with #B3F0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F0BE; }
p { color: rgb(179,240,190); }
H1.HeaderClassName
{
color: #B3F0BE;
}
.AnyTagClassName
{
color: #B3F0BE;
}
</style>
background-color css
<style>
a { background-color: #B3F0BE; }
a { background-color: rgb(179,240,190); }
div.DivClassName
{
background-color: #B3F0BE;
}
.BgClassName
{
background-color: #B3F0BE;
}
</style>
border-color css
<style>
span { border-color: #B3F0BE; }
span { border-color: rgb(179,240,190); }
td.TdClassName
{
border-color: #B3F0BE;
}
.TagClassName
{
border-color: #B3F0BE;
}
</style>