Shades of Fringy Flower #B3EFC4
Tints of Fringy Flower #B3EFC4
RGB
CMYK
RGB Variations
Color information
#B3EFC4 (or 0xB3EFC4) is known color: Fringy Flower. HEX triplet: B3, EF and C4. RGB value is (179,239,196). Sum of RGB (Red+Green+Blue) = 179+239+196=614 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.15% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EFC4 is #4C103B. Grayscale: #D8D8D8. Windows color (decimal): -4984892 or 12906419. OLE color: 12906419.
HSL color Cylindrical-coordinate representation of color #B3EFC4: hue angle of 137º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3EFC4 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 239 | 196 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.06 |
| HSL | 137º | 0.65% | 0.82% | - |
| HSV(B) | 137º | 0.25% | 0.94% | - |
| XYZ | 59.42 | 75.3 | 63.63 | - |
| YUV | 216.16 | 116.62 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 239 | 196 | 0.25 | 0 | 0.18 | 0.06 | 137 | 0.65 | 0.82 |
| Hex | B3 | EF | C4 | 19 | 0 | 12 | 6 | 89 | 41 | 52 |
| Octal | 263 | 357 | 304 | 31 | 0 | 22 | 6 | 211 | 101 | 122 |
| Binary | 10110011 | 11101111 | 11000100 | 11001 | 0 | 10010 | 110 | 10001001 | 1000001 | 1010010 |
Color Harmonies of #B3EFC4
Complementary color
Monochromatic Colors of #B3EFC4
Black with #B3EFC4
Text Example
Text Example
White with #B3EFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EFC4; }
p { color: rgb(179,239,196); }
H1.HeaderClassName
{
color: #B3EFC4;
}
.AnyTagClassName
{
color: #B3EFC4;
}
</style>
background-color css
<style>
a { background-color: #B3EFC4; }
a { background-color: rgb(179,239,196); }
div.DivClassName
{
background-color: #B3EFC4;
}
.BgClassName
{
background-color: #B3EFC4;
}
</style>
border-color css
<style>
span { border-color: #B3EFC4; }
span { border-color: rgb(179,239,196); }
td.TdClassName
{
border-color: #B3EFC4;
}
.TagClassName
{
border-color: #B3EFC4;
}
</style>