Shades of Fringy Flower #B3EEC2
Tints of Fringy Flower #B3EEC2
RGB
CMYK
RGB Variations
Color information
#B3EEC2 (or 0xB3EEC2) is known color: Fringy Flower. HEX triplet: B3, EE and C2. RGB value is (179,238,194). Sum of RGB (Red+Green+Blue) = 179+238+194=611 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.30% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 194 (76.17% from 255 or 31.75% from 611); Max value from RGB is 238 - color contains mainly: green. Hex color #B3EEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EEC2 is #4C113D. Grayscale: #D7D7D7. Windows color (decimal): -4985150 or 12775091. OLE color: 12775091.
HSL color Cylindrical-coordinate representation of color #B3EEC2: hue angle of 135.25º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3EEC2 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 238 | 194 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.07 |
| HSL | 135.25º | 0.63% | 0.82% | - |
| HSV(B) | 135.25º | 0.25% | 0.93% | - |
| XYZ | 58.9 | 74.63 | 62.34 | - |
| YUV | 215.34 | 115.95 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 238 | 194 | 0.25 | 0 | 0.18 | 0.07 | 135.25 | 0.63 | 0.82 |
| Hex | B3 | EE | C2 | 19 | 0 | 12 | 7 | 87 | 3F | 52 |
| Octal | 263 | 356 | 302 | 31 | 0 | 22 | 7 | 207 | 77 | 122 |
| Binary | 10110011 | 11101110 | 11000010 | 11001 | 0 | 10010 | 111 | 10000111 | 111111 | 1010010 |
Color Harmonies of #B3EEC2
Complementary color
Monochromatic Colors of #B3EEC2
Black with #B3EEC2
Text Example
Text Example
White with #B3EEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EEC2; }
p { color: rgb(179,238,194); }
H1.HeaderClassName
{
color: #B3EEC2;
}
.AnyTagClassName
{
color: #B3EEC2;
}
</style>
background-color css
<style>
a { background-color: #B3EEC2; }
a { background-color: rgb(179,238,194); }
div.DivClassName
{
background-color: #B3EEC2;
}
.BgClassName
{
background-color: #B3EEC2;
}
</style>
border-color css
<style>
span { border-color: #B3EEC2; }
span { border-color: rgb(179,238,194); }
td.TdClassName
{
border-color: #B3EEC2;
}
.TagClassName
{
border-color: #B3EEC2;
}
</style>