Shades of Fringy Flower #B3E6BB
Tints of Fringy Flower #B3E6BB
RGB
CMYK
RGB Variations
Color information
#B3E6BB (or 0xB3E6BB) is known color: Fringy Flower. HEX triplet: B3, E6 and BB. RGB value is (179,230,187). Sum of RGB (Red+Green+Blue) = 179+230+187=596 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.03% from 596); Green value is 230 (90.23% from 255 or 38.59% from 596); Blue value is 187 (73.44% from 255 or 31.38% from 596); Max value from RGB is 230 - color contains mainly: green. Hex color #B3E6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3E6BB is #4C1944. Grayscale: #D1D1D1. Windows color (decimal): -4987205 or 12314291. OLE color: 12314291.
HSL color Cylindrical-coordinate representation of color #B3E6BB: hue angle of 129.41º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3E6BB is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 230 | 187 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.10 |
| HSL | 129.41º | 0.5% | 0.8% | - |
| HSV(B) | 129.41º | 0.22% | 0.9% | - |
| XYZ | 55.86 | 69.77 | 57.54 | - |
| YUV | 209.85 | 115.1 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 230 | 187 | 0.22 | 0 | 0.19 | 0.10 | 129.41 | 0.5 | 0.8 |
| Hex | B3 | E6 | BB | 16 | 0 | 13 | A | 81 | 32 | 50 |
| Octal | 263 | 346 | 273 | 26 | 0 | 23 | 12 | 201 | 62 | 120 |
| Binary | 10110011 | 11100110 | 10111011 | 10110 | 0 | 10011 | 1010 | 10000001 | 110010 | 1010000 |
Color Harmonies of #B3E6BB
Complementary color
Monochromatic Colors of #B3E6BB
Black with #B3E6BB
Text Example
Text Example
White with #B3E6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E6BB; }
p { color: rgb(179,230,187); }
H1.HeaderClassName
{
color: #B3E6BB;
}
.AnyTagClassName
{
color: #B3E6BB;
}
</style>
background-color css
<style>
a { background-color: #B3E6BB; }
a { background-color: rgb(179,230,187); }
div.DivClassName
{
background-color: #B3E6BB;
}
.BgClassName
{
background-color: #B3E6BB;
}
</style>
border-color css
<style>
span { border-color: #B3E6BB; }
span { border-color: rgb(179,230,187); }
td.TdClassName
{
border-color: #B3E6BB;
}
.TagClassName
{
border-color: #B3E6BB;
}
</style>