Shades of Fringy Flower #B0EFC3
Tints of Fringy Flower #B0EFC3
RGB
CMYK
RGB Variations
Color information
#B0EFC3 (or 0xB0EFC3) is known color: Fringy Flower. HEX triplet: B0, EF and C3. RGB value is (176,239,195). Sum of RGB (Red+Green+Blue) = 176+239+195=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 239 (93.75% from 255 or 39.18% from 610); Blue value is 195 (76.56% from 255 or 31.97% from 610); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EFC3 is #4F103C. Grayscale: #D7D7D7. Windows color (decimal): -5181501 or 12840880. OLE color: 12840880.
HSL color Cylindrical-coordinate representation of color #B0EFC3: hue angle of 138.1º 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 #B0EFC3 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 195 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.06 |
| HSL | 138.1º | 0.66% | 0.81% | - |
| HSV(B) | 138.1º | 0.26% | 0.94% | - |
| XYZ | 58.62 | 74.9 | 63 | - |
| YUV | 215.15 | 116.63 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 195 | 0.26 | 0 | 0.18 | 0.06 | 138.1 | 0.66 | 0.81 |
| Hex | B0 | EF | C3 | 1A | 0 | 12 | 6 | 8A | 42 | 51 |
| Octal | 260 | 357 | 303 | 32 | 0 | 22 | 6 | 212 | 102 | 121 |
| Binary | 10110000 | 11101111 | 11000011 | 11010 | 0 | 10010 | 110 | 10001010 | 1000010 | 1010001 |
Color Harmonies of #B0EFC3
Complementary color
Monochromatic Colors of #B0EFC3
Black with #B0EFC3
Text Example
Text Example
White with #B0EFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EFC3; }
p { color: rgb(176,239,195); }
H1.HeaderClassName
{
color: #B0EFC3;
}
.AnyTagClassName
{
color: #B0EFC3;
}
</style>
background-color css
<style>
a { background-color: #B0EFC3; }
a { background-color: rgb(176,239,195); }
div.DivClassName
{
background-color: #B0EFC3;
}
.BgClassName
{
background-color: #B0EFC3;
}
</style>
border-color css
<style>
span { border-color: #B0EFC3; }
span { border-color: rgb(176,239,195); }
td.TdClassName
{
border-color: #B0EFC3;
}
.TagClassName
{
border-color: #B0EFC3;
}
</style>