Shades of Fringy Flower #B3E7BC
Tints of Fringy Flower #B3E7BC
RGB
CMYK
RGB Variations
Color information
#B3E7BC (or 0xB3E7BC) is known color: Fringy Flower. HEX triplet: B3, E7 and BC. RGB value is (179,231,188). Sum of RGB (Red+Green+Blue) = 179+231+188=598 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.93% from 598); Green value is 231 (90.62% from 255 or 38.63% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 231 - color contains mainly: green. Hex color #B3E7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3E7BC is #4C1843. Grayscale: #D2D2D2. Windows color (decimal): -4986948 or 12380083. OLE color: 12380083.
HSL color Cylindrical-coordinate representation of color #B3E7BC: hue angle of 130.38º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3E7BC is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 231 | 188 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.09 |
| HSL | 130.38º | 0.52% | 0.8% | - |
| HSV(B) | 130.38º | 0.23% | 0.91% | - |
| XYZ | 56.24 | 70.37 | 58.19 | - |
| YUV | 210.55 | 115.27 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 231 | 188 | 0.23 | 0 | 0.19 | 0.09 | 130.38 | 0.52 | 0.8 |
| Hex | B3 | E7 | BC | 17 | 0 | 13 | 9 | 82 | 34 | 50 |
| Octal | 263 | 347 | 274 | 27 | 0 | 23 | 11 | 202 | 64 | 120 |
| Binary | 10110011 | 11100111 | 10111100 | 10111 | 0 | 10011 | 1001 | 10000010 | 110100 | 1010000 |
Color Harmonies of #B3E7BC
Complementary color
Monochromatic Colors of #B3E7BC
Black with #B3E7BC
Text Example
Text Example
White with #B3E7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E7BC; }
p { color: rgb(179,231,188); }
H1.HeaderClassName
{
color: #B3E7BC;
}
.AnyTagClassName
{
color: #B3E7BC;
}
</style>
background-color css
<style>
a { background-color: #B3E7BC; }
a { background-color: rgb(179,231,188); }
div.DivClassName
{
background-color: #B3E7BC;
}
.BgClassName
{
background-color: #B3E7BC;
}
</style>
border-color css
<style>
span { border-color: #B3E7BC; }
span { border-color: rgb(179,231,188); }
td.TdClassName
{
border-color: #B3E7BC;
}
.TagClassName
{
border-color: #B3E7BC;
}
</style>