Shades of Fringy Flower #B3EBC2
Tints of Fringy Flower #B3EBC2
RGB
CMYK
RGB Variations
Color information
#B3EBC2 (or 0xB3EBC2) is known color: Fringy Flower. HEX triplet: B3, EB and C2. RGB value is (179,235,194). Sum of RGB (Red+Green+Blue) = 179+235+194=608 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.44% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 194 (76.17% from 255 or 31.91% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #B3EBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EBC2 is #4C143D. Grayscale: #D5D5D5. Windows color (decimal): -4985918 or 12774323. OLE color: 12774323.
HSL color Cylindrical-coordinate representation of color #B3EBC2: hue angle of 136.07º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EBC2 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 235 | 194 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.08 |
| HSL | 136.07º | 0.58% | 0.81% | - |
| HSV(B) | 136.07º | 0.24% | 0.92% | - |
| XYZ | 58.04 | 72.9 | 62.05 | - |
| YUV | 213.58 | 116.95 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 235 | 194 | 0.24 | 0 | 0.17 | 0.08 | 136.07 | 0.58 | 0.81 |
| Hex | B3 | EB | C2 | 18 | 0 | 11 | 8 | 88 | 3A | 51 |
| Octal | 263 | 353 | 302 | 30 | 0 | 21 | 10 | 210 | 72 | 121 |
| Binary | 10110011 | 11101011 | 11000010 | 11000 | 0 | 10001 | 1000 | 10001000 | 111010 | 1010001 |
Color Harmonies of #B3EBC2
Complementary color
Monochromatic Colors of #B3EBC2
Black with #B3EBC2
Text Example
Text Example
White with #B3EBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EBC2; }
p { color: rgb(179,235,194); }
H1.HeaderClassName
{
color: #B3EBC2;
}
.AnyTagClassName
{
color: #B3EBC2;
}
</style>
background-color css
<style>
a { background-color: #B3EBC2; }
a { background-color: rgb(179,235,194); }
div.DivClassName
{
background-color: #B3EBC2;
}
.BgClassName
{
background-color: #B3EBC2;
}
</style>
border-color css
<style>
span { border-color: #B3EBC2; }
span { border-color: rgb(179,235,194); }
td.TdClassName
{
border-color: #B3EBC2;
}
.TagClassName
{
border-color: #B3EBC2;
}
</style>