Shades of Water Leaf #BCFEED
Tints of Water Leaf #BCFEED
RGB
CMYK
RGB Variations
Color information
#BCFEED (or 0xBCFEED) is known color: Water Leaf. HEX triplet: BC, FE and ED. RGB value is (188,254,237). Sum of RGB (Red+Green+Blue) = 188+254+237=679 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.69% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFEED is #430112. Grayscale: #E8E8E8. Windows color (decimal): -4391187 or 15597244. OLE color: 15597244.
HSL color Cylindrical-coordinate representation of color #BCFEED: hue angle of 164.55º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFEED is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 237 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.00 |
| HSL | 164.55º | 0.97% | 0.87% | - |
| HSV(B) | 164.55º | 0.26% | 1% | - |
| XYZ | 71.47 | 87.69 | 93.28 | - |
| YUV | 232.33 | 130.63 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 237 | 0.26 | 0 | 0.07 | 0.00 | 164.55 | 0.97 | 0.87 |
| Hex | BC | FE | ED | 1A | 0 | 7 | 0 | A5 | 61 | 57 |
| Octal | 274 | 376 | 355 | 32 | 0 | 7 | 0 | 245 | 141 | 127 |
| Binary | 10111100 | 11111110 | 11101101 | 11010 | 0 | 111 | 0 | 10100101 | 1100001 | 1010111 |
Color Harmonies of #BCFEED
Complementary color
Monochromatic Colors of #BCFEED
Black with #BCFEED
Text Example
Text Example
White with #BCFEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFEED; }
p { color: rgb(188,254,237); }
H1.HeaderClassName
{
color: #BCFEED;
}
.AnyTagClassName
{
color: #BCFEED;
}
</style>
background-color css
<style>
a { background-color: #BCFEED; }
a { background-color: rgb(188,254,237); }
div.DivClassName
{
background-color: #BCFEED;
}
.BgClassName
{
background-color: #BCFEED;
}
</style>
border-color css
<style>
span { border-color: #BCFEED; }
span { border-color: rgb(188,254,237); }
td.TdClassName
{
border-color: #BCFEED;
}
.TagClassName
{
border-color: #BCFEED;
}
</style>