Shades of Fringy Flower #B3E3BD
Tints of Fringy Flower #B3E3BD
RGB
CMYK
RGB Variations
Color information
#B3E3BD (or 0xB3E3BD) is known color: Fringy Flower. HEX triplet: B3, E3 and BD. RGB value is (179,227,189). Sum of RGB (Red+Green+Blue) = 179+227+189=595 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.08% from 595); Green value is 227 (89.06% from 255 or 38.15% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 227 - color contains mainly: green. Hex color #B3E3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3E3BD is #4C1C42. Grayscale: #D0D0D0. Windows color (decimal): -4987971 or 12444595. OLE color: 12444595.
HSL color Cylindrical-coordinate representation of color #B3E3BD: hue angle of 132.5º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3E3BD is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 227 | 189 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.11 |
| HSL | 132.5º | 0.46% | 0.8% | - |
| HSV(B) | 132.5º | 0.21% | 0.89% | - |
| XYZ | 55.24 | 68.2 | 58.4 | - |
| YUV | 208.32 | 117.1 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 227 | 189 | 0.21 | 0 | 0.17 | 0.11 | 132.5 | 0.46 | 0.8 |
| Hex | B3 | E3 | BD | 15 | 0 | 11 | B | 84 | 2E | 50 |
| Octal | 263 | 343 | 275 | 25 | 0 | 21 | 13 | 204 | 56 | 120 |
| Binary | 10110011 | 11100011 | 10111101 | 10101 | 0 | 10001 | 1011 | 10000100 | 101110 | 1010000 |
Color Harmonies of #B3E3BD
Complementary color
Monochromatic Colors of #B3E3BD
Black with #B3E3BD
Text Example
Text Example
White with #B3E3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E3BD; }
p { color: rgb(179,227,189); }
H1.HeaderClassName
{
color: #B3E3BD;
}
.AnyTagClassName
{
color: #B3E3BD;
}
</style>
background-color css
<style>
a { background-color: #B3E3BD; }
a { background-color: rgb(179,227,189); }
div.DivClassName
{
background-color: #B3E3BD;
}
.BgClassName
{
background-color: #B3E3BD;
}
</style>
border-color css
<style>
span { border-color: #B3E3BD; }
span { border-color: rgb(179,227,189); }
td.TdClassName
{
border-color: #B3E3BD;
}
.TagClassName
{
border-color: #B3E3BD;
}
</style>