Shades of Fringy Flower #BCEBBC
Tints of Fringy Flower #BCEBBC
RGB
CMYK
RGB Variations
Color information
#BCEBBC (or 0xBCEBBC) is known color: Fringy Flower. HEX triplet: BC, EB and BC. RGB value is (188,235,188). Sum of RGB (Red+Green+Blue) = 188+235+188=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEBBC is #431443. Grayscale: #D7D7D7. Windows color (decimal): -4396100 or 12381116. OLE color: 12381116.
HSL color Cylindrical-coordinate representation of color #BCEBBC: hue angle of 120º 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 #BCEBBC is Cyan = 0.2, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 188 | - |
| CMYK | 0.2 | 0 | 0.2 | 0.08 |
| HSL | 120º | 0.54% | 0.83% | - |
| HSV(B) | 120º | 0.2% | 0.92% | - |
| XYZ | 59.52 | 73.74 | 58.67 | - |
| YUV | 215.59 | 112.43 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 188 | 0.2 | 0 | 0.2 | 0.08 | 120 | 0.54 | 0.83 |
| Hex | BC | EB | BC | 14 | 0 | 14 | 8 | 78 | 36 | 53 |
| Octal | 274 | 353 | 274 | 24 | 0 | 24 | 10 | 170 | 66 | 123 |
| Binary | 10111100 | 11101011 | 10111100 | 10100 | 0 | 10100 | 1000 | 1111000 | 110110 | 1010011 |
Color Harmonies of #BCEBBC
Complementary color
Monochromatic Colors of #BCEBBC
Black with #BCEBBC
Text Example
Text Example
White with #BCEBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBBC; }
p { color: rgb(188,235,188); }
H1.HeaderClassName
{
color: #BCEBBC;
}
.AnyTagClassName
{
color: #BCEBBC;
}
</style>
background-color css
<style>
a { background-color: #BCEBBC; }
a { background-color: rgb(188,235,188); }
div.DivClassName
{
background-color: #BCEBBC;
}
.BgClassName
{
background-color: #BCEBBC;
}
</style>
border-color css
<style>
span { border-color: #BCEBBC; }
span { border-color: rgb(188,235,188); }
td.TdClassName
{
border-color: #BCEBBC;
}
.TagClassName
{
border-color: #BCEBBC;
}
</style>