Shades of Fringy Flower #B5EFC0
Tints of Fringy Flower #B5EFC0
RGB
CMYK
RGB Variations
Color information
#B5EFC0 (or 0xB5EFC0) is known color: Fringy Flower. HEX triplet: B5, EF and C0. RGB value is (181,239,192). Sum of RGB (Red+Green+Blue) = 181+239+192=612 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.58% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 192 (75.39% from 255 or 31.37% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EFC0 is #4A103F. Grayscale: #D8D8D8. Windows color (decimal): -4853824 or 12644277. OLE color: 12644277.
HSL color Cylindrical-coordinate representation of color #B5EFC0: hue angle of 131.38º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EFC0 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 239 | 192 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.06 |
| HSL | 131.38º | 0.64% | 0.82% | - |
| HSV(B) | 131.38º | 0.24% | 0.94% | - |
| XYZ | 59.44 | 75.36 | 61.28 | - |
| YUV | 216.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 239 | 192 | 0.24 | 0 | 0.20 | 0.06 | 131.38 | 0.64 | 0.82 |
| Hex | B5 | EF | C0 | 18 | 0 | 14 | 6 | 83 | 40 | 52 |
| Octal | 265 | 357 | 300 | 30 | 0 | 24 | 6 | 203 | 100 | 122 |
| Binary | 10110101 | 11101111 | 11000000 | 11000 | 0 | 10100 | 110 | 10000011 | 1000000 | 1010010 |
Color Harmonies of #B5EFC0
Complementary color
Monochromatic Colors of #B5EFC0
Black with #B5EFC0
Text Example
Text Example
White with #B5EFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EFC0; }
p { color: rgb(181,239,192); }
H1.HeaderClassName
{
color: #B5EFC0;
}
.AnyTagClassName
{
color: #B5EFC0;
}
</style>
background-color css
<style>
a { background-color: #B5EFC0; }
a { background-color: rgb(181,239,192); }
div.DivClassName
{
background-color: #B5EFC0;
}
.BgClassName
{
background-color: #B5EFC0;
}
</style>
border-color css
<style>
span { border-color: #B5EFC0; }
span { border-color: rgb(181,239,192); }
td.TdClassName
{
border-color: #B5EFC0;
}
.TagClassName
{
border-color: #B5EFC0;
}
</style>