Shades of Water Leaf #BCFFEE
Tints of Water Leaf #BCFFEE
RGB
CMYK
RGB Variations
Color information
#BCFFEE (or 0xBCFFEE) is known color: Water Leaf. HEX triplet: BC, FF and EE. RGB value is (188,255,238). Sum of RGB (Red+Green+Blue) = 188+255+238=681 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.61% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFEE is #430011. Grayscale: #E9E9E9. Windows color (decimal): -4390930 or 15663036. OLE color: 15663036.
HSL color Cylindrical-coordinate representation of color #BCFFEE: hue angle of 164.78º 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 #BCFFEE is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 238 | - |
| CMYK | 0.26 | 0 | 0.07 | 0 |
| HSL | 164.78º | 1% | 0.87% | - |
| HSV(B) | 164.78º | 0.26% | 1% | - |
| XYZ | 71.93 | 88.38 | 94.16 | - |
| YUV | 233.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 238 | 0.26 | 0 | 0.07 | 0 | 164.78 | 1 | 0.87 |
| Hex | BC | FF | EE | 1A | 0 | 7 | 0 | A5 | 64 | 57 |
| Octal | 274 | 377 | 356 | 32 | 0 | 7 | 0 | 245 | 144 | 127 |
| Binary | 10111100 | 11111111 | 11101110 | 11010 | 0 | 111 | 0 | 10100101 | 1100100 | 1010111 |
Color Harmonies of #BCFFEE
Complementary color
Monochromatic Colors of #BCFFEE
Black with #BCFFEE
Text Example
Text Example
White with #BCFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFFEE; }
p { color: rgb(188,255,238); }
H1.HeaderClassName
{
color: #BCFFEE;
}
.AnyTagClassName
{
color: #BCFFEE;
}
</style>
background-color css
<style>
a { background-color: #BCFFEE; }
a { background-color: rgb(188,255,238); }
div.DivClassName
{
background-color: #BCFFEE;
}
.BgClassName
{
background-color: #BCFFEE;
}
</style>
border-color css
<style>
span { border-color: #BCFFEE; }
span { border-color: rgb(188,255,238); }
td.TdClassName
{
border-color: #BCFFEE;
}
.TagClassName
{
border-color: #BCFFEE;
}
</style>