Shades of Fringy Flower #B3E2C5
Tints of Fringy Flower #B3E2C5
RGB
CMYK
RGB Variations
Color information
#B3E2C5 (or 0xB3E2C5) is known color: Fringy Flower. HEX triplet: B3, E2 and C5. RGB value is (179,226,197). Sum of RGB (Red+Green+Blue) = 179+226+197=602 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.73% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 197 (77.34% from 255 or 32.72% from 602); Max value from RGB is 226 - color contains mainly: green. Hex color #B3E2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3E2C5 is #4C1D3A. Grayscale: #D0D0D0. Windows color (decimal): -4988219 or 12968627. OLE color: 12968627.
HSL color Cylindrical-coordinate representation of color #B3E2C5: hue angle of 142.98º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3E2C5 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 226 | 197 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.11 |
| HSL | 142.98º | 0.45% | 0.79% | - |
| HSV(B) | 142.98º | 0.21% | 0.89% | - |
| XYZ | 55.86 | 68.01 | 63.01 | - |
| YUV | 208.64 | 121.43 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 226 | 197 | 0.21 | 0 | 0.13 | 0.11 | 142.98 | 0.45 | 0.79 |
| Hex | B3 | E2 | C5 | 15 | 0 | D | B | 8F | 2D | 4F |
| Octal | 263 | 342 | 305 | 25 | 0 | 15 | 13 | 217 | 55 | 117 |
| Binary | 10110011 | 11100010 | 11000101 | 10101 | 0 | 1101 | 1011 | 10001111 | 101101 | 1001111 |
Color Harmonies of #B3E2C5
Complementary color
Monochromatic Colors of #B3E2C5
Black with #B3E2C5
Text Example
Text Example
White with #B3E2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E2C5; }
p { color: rgb(179,226,197); }
H1.HeaderClassName
{
color: #B3E2C5;
}
.AnyTagClassName
{
color: #B3E2C5;
}
</style>
background-color css
<style>
a { background-color: #B3E2C5; }
a { background-color: rgb(179,226,197); }
div.DivClassName
{
background-color: #B3E2C5;
}
.BgClassName
{
background-color: #B3E2C5;
}
</style>
border-color css
<style>
span { border-color: #B3E2C5; }
span { border-color: rgb(179,226,197); }
td.TdClassName
{
border-color: #B3E2C5;
}
.TagClassName
{
border-color: #B3E2C5;
}
</style>