Shades of Fringy Flower #BCEBBE
Tints of Fringy Flower #BCEBBE
RGB
CMYK
RGB Variations
Color information
#BCEBBE (or 0xBCEBBE) is known color: Fringy Flower. HEX triplet: BC, EB and BE. RGB value is (188,235,190). Sum of RGB (Red+Green+Blue) = 188+235+190=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBBE is #431441. Grayscale: #D7D7D7. Windows color (decimal): -4396098 or 12512188. OLE color: 12512188.
HSL color Cylindrical-coordinate representation of color #BCEBBE: hue angle of 122.55º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEBBE is Cyan = 0.2, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 190 | - |
| CMYK | 0.2 | 0 | 0.19 | 0.08 |
| HSL | 122.55º | 0.54% | 0.83% | - |
| HSV(B) | 122.55º | 0.2% | 0.92% | - |
| XYZ | 59.74 | 73.83 | 59.82 | - |
| YUV | 215.82 | 113.43 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 190 | 0.2 | 0 | 0.19 | 0.08 | 122.55 | 0.54 | 0.83 |
| Hex | BC | EB | BE | 14 | 0 | 13 | 8 | 7B | 36 | 53 |
| Octal | 274 | 353 | 276 | 24 | 0 | 23 | 10 | 173 | 66 | 123 |
| Binary | 10111100 | 11101011 | 10111110 | 10100 | 0 | 10011 | 1000 | 1111011 | 110110 | 1010011 |
Color Harmonies of #BCEBBE
Complementary color
Monochromatic Colors of #BCEBBE
Black with #BCEBBE
Text Example
Text Example
White with #BCEBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBBE; }
p { color: rgb(188,235,190); }
H1.HeaderClassName
{
color: #BCEBBE;
}
.AnyTagClassName
{
color: #BCEBBE;
}
</style>
background-color css
<style>
a { background-color: #BCEBBE; }
a { background-color: rgb(188,235,190); }
div.DivClassName
{
background-color: #BCEBBE;
}
.BgClassName
{
background-color: #BCEBBE;
}
</style>
border-color css
<style>
span { border-color: #BCEBBE; }
span { border-color: rgb(188,235,190); }
td.TdClassName
{
border-color: #BCEBBE;
}
.TagClassName
{
border-color: #BCEBBE;
}
</style>