Shades of Fringy Flower #B8EFC0
Tints of Fringy Flower #B8EFC0
RGB
CMYK
RGB Variations
Color information
#B8EFC0 (or 0xB8EFC0) is known color: Fringy Flower. HEX triplet: B8, EF and C0. RGB value is (184,239,192). Sum of RGB (Red+Green+Blue) = 184+239+192=615 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.92% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #B8EFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EFC0 is #47103F. Grayscale: #D9D9D9. Windows color (decimal): -4657216 or 12644280. OLE color: 12644280.
HSL color Cylindrical-coordinate representation of color #B8EFC0: hue angle of 128.73º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8EFC0 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 239 | 192 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.06 |
| HSL | 128.73º | 0.63% | 0.83% | - |
| HSV(B) | 128.73º | 0.23% | 0.94% | - |
| XYZ | 60.15 | 75.73 | 61.32 | - |
| YUV | 217.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 239 | 192 | 0.23 | 0 | 0.20 | 0.06 | 128.73 | 0.63 | 0.83 |
| Hex | B8 | EF | C0 | 17 | 0 | 14 | 6 | 81 | 3F | 53 |
| Octal | 270 | 357 | 300 | 27 | 0 | 24 | 6 | 201 | 77 | 123 |
| Binary | 10111000 | 11101111 | 11000000 | 10111 | 0 | 10100 | 110 | 10000001 | 111111 | 1010011 |
Color Harmonies of #B8EFC0
Complementary color
Monochromatic Colors of #B8EFC0
Black with #B8EFC0
Text Example
Text Example
White with #B8EFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EFC0; }
p { color: rgb(184,239,192); }
H1.HeaderClassName
{
color: #B8EFC0;
}
.AnyTagClassName
{
color: #B8EFC0;
}
</style>
background-color css
<style>
a { background-color: #B8EFC0; }
a { background-color: rgb(184,239,192); }
div.DivClassName
{
background-color: #B8EFC0;
}
.BgClassName
{
background-color: #B8EFC0;
}
</style>
border-color css
<style>
span { border-color: #B8EFC0; }
span { border-color: rgb(184,239,192); }
td.TdClassName
{
border-color: #B8EFC0;
}
.TagClassName
{
border-color: #B8EFC0;
}
</style>