Shades of Fringy Flower #BCEBBD
Tints of Fringy Flower #BCEBBD
RGB
CMYK
RGB Variations
Color information
#BCEBBD (or 0xBCEBBD) is known color: Fringy Flower. HEX triplet: BC, EB and BD. RGB value is (188,235,189). Sum of RGB (Red+Green+Blue) = 188+235+189=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBBD is #431442. Grayscale: #D7D7D7. Windows color (decimal): -4396099 or 12446652. OLE color: 12446652.
HSL color Cylindrical-coordinate representation of color #BCEBBD: hue angle of 121.28º 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 #BCEBBD is Cyan = 0.2, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 189 | - |
| CMYK | 0.2 | 0 | 0.20 | 0.08 |
| HSL | 121.28º | 0.54% | 0.83% | - |
| HSV(B) | 121.28º | 0.2% | 0.92% | - |
| XYZ | 59.63 | 73.78 | 59.24 | - |
| YUV | 215.7 | 112.93 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 189 | 0.2 | 0 | 0.20 | 0.08 | 121.28 | 0.54 | 0.83 |
| Hex | BC | EB | BD | 14 | 0 | 14 | 8 | 79 | 36 | 53 |
| Octal | 274 | 353 | 275 | 24 | 0 | 24 | 10 | 171 | 66 | 123 |
| Binary | 10111100 | 11101011 | 10111101 | 10100 | 0 | 10100 | 1000 | 1111001 | 110110 | 1010011 |
Color Harmonies of #BCEBBD
Complementary color
Monochromatic Colors of #BCEBBD
Black with #BCEBBD
Text Example
Text Example
White with #BCEBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBBD; }
p { color: rgb(188,235,189); }
H1.HeaderClassName
{
color: #BCEBBD;
}
.AnyTagClassName
{
color: #BCEBBD;
}
</style>
background-color css
<style>
a { background-color: #BCEBBD; }
a { background-color: rgb(188,235,189); }
div.DivClassName
{
background-color: #BCEBBD;
}
.BgClassName
{
background-color: #BCEBBD;
}
</style>
border-color css
<style>
span { border-color: #BCEBBD; }
span { border-color: rgb(188,235,189); }
td.TdClassName
{
border-color: #BCEBBD;
}
.TagClassName
{
border-color: #BCEBBD;
}
</style>