Shades of Fringy Flower #BCECB9
Tints of Fringy Flower #BCECB9
RGB
CMYK
RGB Variations
Color information
#BCECB9 (or 0xBCECB9) is known color: Fringy Flower. HEX triplet: BC, EC and B9. RGB value is (188,236,185). Sum of RGB (Red+Green+Blue) = 188+236+185=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 185 (72.66% from 255 or 30.38% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECB9 is #431346. Grayscale: #D7D7D7. Windows color (decimal): -4395847 or 12184764. OLE color: 12184764.
HSL color Cylindrical-coordinate representation of color #BCECB9: hue angle of 116.47º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCECB9 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 185 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.07 |
| HSL | 116.47º | 0.57% | 0.83% | - |
| HSV(B) | 116.47º | 0.22% | 0.93% | - |
| XYZ | 59.49 | 74.19 | 57.08 | - |
| YUV | 215.83 | 110.6 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 185 | 0.20 | 0 | 0.22 | 0.07 | 116.47 | 0.57 | 0.83 |
| Hex | BC | EC | B9 | 14 | 0 | 16 | 7 | 74 | 39 | 53 |
| Octal | 274 | 354 | 271 | 24 | 0 | 26 | 7 | 164 | 71 | 123 |
| Binary | 10111100 | 11101100 | 10111001 | 10100 | 0 | 10110 | 111 | 1110100 | 111001 | 1010011 |
Color Harmonies of #BCECB9
Complementary color
Monochromatic Colors of #BCECB9
Black with #BCECB9
Text Example
Text Example
White with #BCECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECB9; }
p { color: rgb(188,236,185); }
H1.HeaderClassName
{
color: #BCECB9;
}
.AnyTagClassName
{
color: #BCECB9;
}
</style>
background-color css
<style>
a { background-color: #BCECB9; }
a { background-color: rgb(188,236,185); }
div.DivClassName
{
background-color: #BCECB9;
}
.BgClassName
{
background-color: #BCECB9;
}
</style>
border-color css
<style>
span { border-color: #BCECB9; }
span { border-color: rgb(188,236,185); }
td.TdClassName
{
border-color: #BCECB9;
}
.TagClassName
{
border-color: #BCECB9;
}
</style>