Shades of Fringy Flower #BCEFBE
Tints of Fringy Flower #BCEFBE
RGB
CMYK
RGB Variations
Color information
#BCEFBE (or 0xBCEFBE) is known color: Fringy Flower. HEX triplet: BC, EF and BE. RGB value is (188,239,190). Sum of RGB (Red+Green+Blue) = 188+239+190=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEFBE is #431041. Grayscale: #DADADA. Windows color (decimal): -4395074 or 12513212. OLE color: 12513212.
HSL color Cylindrical-coordinate representation of color #BCEFBE: hue angle of 122.35º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEFBE is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 239 | 190 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.06 |
| HSL | 122.35º | 0.61% | 0.84% | - |
| HSV(B) | 122.35º | 0.21% | 0.94% | - |
| XYZ | 60.9 | 76.14 | 60.2 | - |
| YUV | 218.17 | 112.1 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 239 | 190 | 0.21 | 0 | 0.21 | 0.06 | 122.35 | 0.61 | 0.84 |
| Hex | BC | EF | BE | 15 | 0 | 15 | 6 | 7A | 3D | 54 |
| Octal | 274 | 357 | 276 | 25 | 0 | 25 | 6 | 172 | 75 | 124 |
| Binary | 10111100 | 11101111 | 10111110 | 10101 | 0 | 10101 | 110 | 1111010 | 111101 | 1010100 |
Color Harmonies of #BCEFBE
Complementary color
Monochromatic Colors of #BCEFBE
Black with #BCEFBE
Text Example
Text Example
White with #BCEFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEFBE; }
p { color: rgb(188,239,190); }
H1.HeaderClassName
{
color: #BCEFBE;
}
.AnyTagClassName
{
color: #BCEFBE;
}
</style>
background-color css
<style>
a { background-color: #BCEFBE; }
a { background-color: rgb(188,239,190); }
div.DivClassName
{
background-color: #BCEFBE;
}
.BgClassName
{
background-color: #BCEFBE;
}
</style>
border-color css
<style>
span { border-color: #BCEFBE; }
span { border-color: rgb(188,239,190); }
td.TdClassName
{
border-color: #BCEFBE;
}
.TagClassName
{
border-color: #BCEFBE;
}
</style>