Shades of Fringy Flower #B3EFC5
Tints of Fringy Flower #B3EFC5
RGB
CMYK
RGB Variations
Color information
#B3EFC5 (or 0xB3EFC5) is known color: Fringy Flower. HEX triplet: B3, EF and C5. RGB value is (179,239,197). Sum of RGB (Red+Green+Blue) = 179+239+197=615 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.11% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EFC5 is #4C103A. Grayscale: #D8D8D8. Windows color (decimal): -4984891 or 12971955. OLE color: 12971955.
HSL color Cylindrical-coordinate representation of color #B3EFC5: hue angle of 138º 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 #B3EFC5 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 239 | 197 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.06 |
| HSL | 138º | 0.65% | 0.82% | - |
| HSV(B) | 138º | 0.25% | 0.94% | - |
| XYZ | 59.53 | 75.35 | 64.23 | - |
| YUV | 216.27 | 117.12 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 239 | 197 | 0.25 | 0 | 0.18 | 0.06 | 138 | 0.65 | 0.82 |
| Hex | B3 | EF | C5 | 19 | 0 | 12 | 6 | 8A | 41 | 52 |
| Octal | 263 | 357 | 305 | 31 | 0 | 22 | 6 | 212 | 101 | 122 |
| Binary | 10110011 | 11101111 | 11000101 | 11001 | 0 | 10010 | 110 | 10001010 | 1000001 | 1010010 |
Color Harmonies of #B3EFC5
Complementary color
Monochromatic Colors of #B3EFC5
Black with #B3EFC5
Text Example
Text Example
White with #B3EFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EFC5; }
p { color: rgb(179,239,197); }
H1.HeaderClassName
{
color: #B3EFC5;
}
.AnyTagClassName
{
color: #B3EFC5;
}
</style>
background-color css
<style>
a { background-color: #B3EFC5; }
a { background-color: rgb(179,239,197); }
div.DivClassName
{
background-color: #B3EFC5;
}
.BgClassName
{
background-color: #B3EFC5;
}
</style>
border-color css
<style>
span { border-color: #B3EFC5; }
span { border-color: rgb(179,239,197); }
td.TdClassName
{
border-color: #B3EFC5;
}
.TagClassName
{
border-color: #B3EFC5;
}
</style>