Shades of Fringy Flower #B0EFC0
Tints of Fringy Flower #B0EFC0
RGB
CMYK
RGB Variations
Color information
#B0EFC0 (or 0xB0EFC0) is known color: Fringy Flower. HEX triplet: B0, EF and C0. RGB value is (176,239,192). Sum of RGB (Red+Green+Blue) = 176+239+192=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFC0 is #4F103F. Grayscale: #D6D6D6. Windows color (decimal): -5181504 or 12644272. OLE color: 12644272.
HSL color Cylindrical-coordinate representation of color #B0EFC0: hue angle of 135.24º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EFC0 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 192 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.06 |
| HSL | 135.24º | 0.66% | 0.81% | - |
| HSV(B) | 135.24º | 0.26% | 0.94% | - |
| XYZ | 58.29 | 74.77 | 61.23 | - |
| YUV | 214.81 | 115.13 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 192 | 0.26 | 0 | 0.20 | 0.06 | 135.24 | 0.66 | 0.81 |
| Hex | B0 | EF | C0 | 1A | 0 | 14 | 6 | 87 | 42 | 51 |
| Octal | 260 | 357 | 300 | 32 | 0 | 24 | 6 | 207 | 102 | 121 |
| Binary | 10110000 | 11101111 | 11000000 | 11010 | 0 | 10100 | 110 | 10000111 | 1000010 | 1010001 |
Color Harmonies of #B0EFC0
Complementary color
Monochromatic Colors of #B0EFC0
Black with #B0EFC0
Text Example
Text Example
White with #B0EFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EFC0; }
p { color: rgb(176,239,192); }
H1.HeaderClassName
{
color: #B0EFC0;
}
.AnyTagClassName
{
color: #B0EFC0;
}
</style>
background-color css
<style>
a { background-color: #B0EFC0; }
a { background-color: rgb(176,239,192); }
div.DivClassName
{
background-color: #B0EFC0;
}
.BgClassName
{
background-color: #B0EFC0;
}
</style>
border-color css
<style>
span { border-color: #B0EFC0; }
span { border-color: rgb(176,239,192); }
td.TdClassName
{
border-color: #B0EFC0;
}
.TagClassName
{
border-color: #B0EFC0;
}
</style>