Shades of Fringy Flower #BCEEC0
Tints of Fringy Flower #BCEEC0
RGB
CMYK
RGB Variations
Color information
#BCEEC0 (or 0xBCEEC0) is known color: Fringy Flower. HEX triplet: BC, EE and C0. RGB value is (188,238,192). Sum of RGB (Red+Green+Blue) = 188+238+192=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEC0 is #43113F. Grayscale: #D9D9D9. Windows color (decimal): -4395328 or 12644028. OLE color: 12644028.
HSL color Cylindrical-coordinate representation of color #BCEEC0: hue angle of 124.8º 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 #BCEEC0 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 192 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.07 |
| HSL | 124.8º | 0.6% | 0.84% | - |
| HSV(B) | 124.8º | 0.21% | 0.93% | - |
| XYZ | 60.83 | 75.65 | 61.26 | - |
| YUV | 217.81 | 113.44 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 192 | 0.21 | 0 | 0.19 | 0.07 | 124.8 | 0.6 | 0.84 |
| Hex | BC | EE | C0 | 15 | 0 | 13 | 7 | 7D | 3C | 54 |
| Octal | 274 | 356 | 300 | 25 | 0 | 23 | 7 | 175 | 74 | 124 |
| Binary | 10111100 | 11101110 | 11000000 | 10101 | 0 | 10011 | 111 | 1111101 | 111100 | 1010100 |
Color Harmonies of #BCEEC0
Complementary color
Monochromatic Colors of #BCEEC0
Black with #BCEEC0
Text Example
Text Example
White with #BCEEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEC0; }
p { color: rgb(188,238,192); }
H1.HeaderClassName
{
color: #BCEEC0;
}
.AnyTagClassName
{
color: #BCEEC0;
}
</style>
background-color css
<style>
a { background-color: #BCEEC0; }
a { background-color: rgb(188,238,192); }
div.DivClassName
{
background-color: #BCEEC0;
}
.BgClassName
{
background-color: #BCEEC0;
}
</style>
border-color css
<style>
span { border-color: #BCEEC0; }
span { border-color: rgb(188,238,192); }
td.TdClassName
{
border-color: #BCEEC0;
}
.TagClassName
{
border-color: #BCEEC0;
}
</style>