Shades of Water Leaf #BCFAEA
Tints of Water Leaf #BCFAEA
RGB
CMYK
RGB Variations
Color information
#BCFAEA (or 0xBCFAEA) is known color: Water Leaf. HEX triplet: BC, FA and EA. RGB value is (188,250,234). Sum of RGB (Red+Green+Blue) = 188+250+234=672 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.98% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFAEA is #430515. Grayscale: #E5E5E5. Windows color (decimal): -4392214 or 15399612. OLE color: 15399612.
HSL color Cylindrical-coordinate representation of color #BCFAEA: hue angle of 164.52º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFAEA is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 234 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.02 |
| HSL | 164.52º | 0.86% | 0.86% | - |
| HSV(B) | 164.52º | 0.25% | 0.98% | - |
| XYZ | 69.78 | 85 | 90.57 | - |
| YUV | 229.64 | 130.46 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 234 | 0.25 | 0 | 0.06 | 0.02 | 164.52 | 0.86 | 0.86 |
| Hex | BC | FA | EA | 19 | 0 | 6 | 2 | A5 | 56 | 56 |
| Octal | 274 | 372 | 352 | 31 | 0 | 6 | 2 | 245 | 126 | 126 |
| Binary | 10111100 | 11111010 | 11101010 | 11001 | 0 | 110 | 10 | 10100101 | 1010110 | 1010110 |
Color Harmonies of #BCFAEA
Complementary color
Monochromatic Colors of #BCFAEA
Black with #BCFAEA
Text Example
Text Example
White with #BCFAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFAEA; }
p { color: rgb(188,250,234); }
H1.HeaderClassName
{
color: #BCFAEA;
}
.AnyTagClassName
{
color: #BCFAEA;
}
</style>
background-color css
<style>
a { background-color: #BCFAEA; }
a { background-color: rgb(188,250,234); }
div.DivClassName
{
background-color: #BCFAEA;
}
.BgClassName
{
background-color: #BCFAEA;
}
</style>
border-color css
<style>
span { border-color: #BCFAEA; }
span { border-color: rgb(188,250,234); }
td.TdClassName
{
border-color: #BCFAEA;
}
.TagClassName
{
border-color: #BCFAEA;
}
</style>