Shades of Fringy Flower #B3ECC4
Tints of Fringy Flower #B3ECC4
RGB
CMYK
RGB Variations
Color information
#B3ECC4 (or 0xB3ECC4) is known color: Fringy Flower. HEX triplet: B3, EC and C4. RGB value is (179,236,196). Sum of RGB (Red+Green+Blue) = 179+236+196=611 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.30% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #B3ECC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3ECC4 is #4C133B. Grayscale: #D6D6D6. Windows color (decimal): -4985660 or 12905651. OLE color: 12905651.
HSL color Cylindrical-coordinate representation of color #B3ECC4: hue angle of 137.89º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3ECC4 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 236 | 196 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.07 |
| HSL | 137.89º | 0.6% | 0.81% | - |
| HSV(B) | 137.89º | 0.24% | 0.93% | - |
| XYZ | 58.55 | 73.56 | 63.34 | - |
| YUV | 214.4 | 117.62 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 236 | 196 | 0.24 | 0 | 0.17 | 0.07 | 137.89 | 0.6 | 0.81 |
| Hex | B3 | EC | C4 | 18 | 0 | 11 | 7 | 8A | 3C | 51 |
| Octal | 263 | 354 | 304 | 30 | 0 | 21 | 7 | 212 | 74 | 121 |
| Binary | 10110011 | 11101100 | 11000100 | 11000 | 0 | 10001 | 111 | 10001010 | 111100 | 1010001 |
Color Harmonies of #B3ECC4
Complementary color
Monochromatic Colors of #B3ECC4
Black with #B3ECC4
Text Example
Text Example
White with #B3ECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ECC4; }
p { color: rgb(179,236,196); }
H1.HeaderClassName
{
color: #B3ECC4;
}
.AnyTagClassName
{
color: #B3ECC4;
}
</style>
background-color css
<style>
a { background-color: #B3ECC4; }
a { background-color: rgb(179,236,196); }
div.DivClassName
{
background-color: #B3ECC4;
}
.BgClassName
{
background-color: #B3ECC4;
}
</style>
border-color css
<style>
span { border-color: #B3ECC4; }
span { border-color: rgb(179,236,196); }
td.TdClassName
{
border-color: #B3ECC4;
}
.TagClassName
{
border-color: #B3ECC4;
}
</style>