Shades of Fringy Flower #BCEBB9
Tints of Fringy Flower #BCEBB9
RGB
CMYK
RGB Variations
Color information
#BCEBB9 (or 0xBCEBB9) is known color: Fringy Flower. HEX triplet: BC, EB and B9. RGB value is (188,235,185). Sum of RGB (Red+Green+Blue) = 188+235+185=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBB9 is #431446. Grayscale: #D7D7D7. Windows color (decimal): -4396103 or 12184508. OLE color: 12184508.
HSL color Cylindrical-coordinate representation of color #BCEBB9: hue angle of 116.4º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEBB9 is Cyan = 0.2, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 185 | - |
| CMYK | 0.2 | 0 | 0.21 | 0.08 |
| HSL | 116.4º | 0.56% | 0.82% | - |
| HSV(B) | 116.4º | 0.21% | 0.92% | - |
| XYZ | 59.2 | 73.61 | 56.99 | - |
| YUV | 215.25 | 110.93 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 185 | 0.2 | 0 | 0.21 | 0.08 | 116.4 | 0.56 | 0.82 |
| Hex | BC | EB | B9 | 14 | 0 | 15 | 8 | 74 | 38 | 52 |
| Octal | 274 | 353 | 271 | 24 | 0 | 25 | 10 | 164 | 70 | 122 |
| Binary | 10111100 | 11101011 | 10111001 | 10100 | 0 | 10101 | 1000 | 1110100 | 111000 | 1010010 |
Color Harmonies of #BCEBB9
Complementary color
Monochromatic Colors of #BCEBB9
Black with #BCEBB9
Text Example
Text Example
White with #BCEBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBB9; }
p { color: rgb(188,235,185); }
H1.HeaderClassName
{
color: #BCEBB9;
}
.AnyTagClassName
{
color: #BCEBB9;
}
</style>
background-color css
<style>
a { background-color: #BCEBB9; }
a { background-color: rgb(188,235,185); }
div.DivClassName
{
background-color: #BCEBB9;
}
.BgClassName
{
background-color: #BCEBB9;
}
</style>
border-color css
<style>
span { border-color: #BCEBB9; }
span { border-color: rgb(188,235,185); }
td.TdClassName
{
border-color: #BCEBB9;
}
.TagClassName
{
border-color: #BCEBB9;
}
</style>