Shades of Fringy Flower #BCEEBC
Tints of Fringy Flower #BCEEBC
RGB
CMYK
RGB Variations
Color information
#BCEEBC (or 0xBCEEBC) is known color: Fringy Flower. HEX triplet: BC, EE and BC. RGB value is (188,238,188). Sum of RGB (Red+Green+Blue) = 188+238+188=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEBC is #431143. Grayscale: #D9D9D9. Windows color (decimal): -4395332 or 12381884. OLE color: 12381884.
HSL color Cylindrical-coordinate representation of color #BCEEBC: hue angle of 120º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEEBC is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 188 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.07 |
| HSL | 120º | 0.6% | 0.84% | - |
| HSV(B) | 120º | 0.21% | 0.93% | - |
| XYZ | 60.39 | 75.47 | 58.96 | - |
| YUV | 217.35 | 111.44 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 188 | 0.21 | 0 | 0.21 | 0.07 | 120 | 0.6 | 0.84 |
| Hex | BC | EE | BC | 15 | 0 | 15 | 7 | 78 | 3C | 54 |
| Octal | 274 | 356 | 274 | 25 | 0 | 25 | 7 | 170 | 74 | 124 |
| Binary | 10111100 | 11101110 | 10111100 | 10101 | 0 | 10101 | 111 | 1111000 | 111100 | 1010100 |
Color Harmonies of #BCEEBC
Complementary color
Monochromatic Colors of #BCEEBC
Black with #BCEEBC
Text Example
Text Example
White with #BCEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEBC; }
p { color: rgb(188,238,188); }
H1.HeaderClassName
{
color: #BCEEBC;
}
.AnyTagClassName
{
color: #BCEEBC;
}
</style>
background-color css
<style>
a { background-color: #BCEEBC; }
a { background-color: rgb(188,238,188); }
div.DivClassName
{
background-color: #BCEEBC;
}
.BgClassName
{
background-color: #BCEEBC;
}
</style>
border-color css
<style>
span { border-color: #BCEEBC; }
span { border-color: rgb(188,238,188); }
td.TdClassName
{
border-color: #BCEEBC;
}
.TagClassName
{
border-color: #BCEEBC;
}
</style>