Shades of Water Leaf #BCFFE6
Tints of Water Leaf #BCFFE6
RGB
CMYK
RGB Variations
Color information
#BCFFE6 (or 0xBCFFE6) is known color: Water Leaf. HEX triplet: BC, FF and E6. RGB value is (188,255,230). Sum of RGB (Red+Green+Blue) = 188+255+230=673 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.93% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 230 (90.23% from 255 or 34.18% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFE6 is #430019. Grayscale: #E8E8E8. Windows color (decimal): -4390938 or 15138748. OLE color: 15138748.
HSL color Cylindrical-coordinate representation of color #BCFFE6: hue angle of 157.61º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFFE6 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 230 | - |
| CMYK | 0.26 | 0 | 0.10 | 0 |
| HSL | 157.61º | 1% | 0.87% | - |
| HSV(B) | 157.61º | 0.26% | 1% | - |
| XYZ | 70.78 | 87.92 | 88.1 | - |
| YUV | 232.12 | 126.8 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 230 | 0.26 | 0 | 0.10 | 0 | 157.61 | 1 | 0.87 |
| Hex | BC | FF | E6 | 1A | 0 | A | 0 | 9E | 64 | 57 |
| Octal | 274 | 377 | 346 | 32 | 0 | 12 | 0 | 236 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11100110 | 11010 | 0 | 1010 | 0 | 10011110 | 1100100 | 1010111 |
Color Harmonies of #BCFFE6
Complementary color
Monochromatic Colors of #BCFFE6
Black with #BCFFE6
Text Example
Text Example
White with #BCFFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFE6; }
p { color: rgb(188,255,230); }
H1.HeaderClassName
{
color: #BCFFE6;
}
.AnyTagClassName
{
color: #BCFFE6;
}
</style>
background-color css
<style>
a { background-color: #BCFFE6; }
a { background-color: rgb(188,255,230); }
div.DivClassName
{
background-color: #BCFFE6;
}
.BgClassName
{
background-color: #BCFFE6;
}
</style>
border-color css
<style>
span { border-color: #BCFFE6; }
span { border-color: rgb(188,255,230); }
td.TdClassName
{
border-color: #BCFFE6;
}
.TagClassName
{
border-color: #BCFFE6;
}
</style>