Shades of Water Leaf #BCFAED
Tints of Water Leaf #BCFAED
RGB
CMYK
RGB Variations
Color information
#BCFAED (or 0xBCFAED) is known color: Water Leaf. HEX triplet: BC, FA and ED. RGB value is (188,250,237). Sum of RGB (Red+Green+Blue) = 188+250+237=675 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.85% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFAED is #430512. Grayscale: #E5E5E5. Windows color (decimal): -4392211 or 15596220. OLE color: 15596220.
HSL color Cylindrical-coordinate representation of color #BCFAED: hue angle of 167.42º 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 #BCFAED is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 250 | 237 | - |
| CMYK | 0.25 | 0 | 0.05 | 0.02 |
| HSL | 167.42º | 0.86% | 0.86% | - |
| HSV(B) | 167.42º | 0.25% | 0.98% | - |
| XYZ | 70.21 | 85.18 | 92.86 | - |
| YUV | 229.98 | 131.96 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 250 | 237 | 0.25 | 0 | 0.05 | 0.02 | 167.42 | 0.86 | 0.86 |
| Hex | BC | FA | ED | 19 | 0 | 5 | 2 | A7 | 56 | 56 |
| Octal | 274 | 372 | 355 | 31 | 0 | 5 | 2 | 247 | 126 | 126 |
| Binary | 10111100 | 11111010 | 11101101 | 11001 | 0 | 101 | 10 | 10100111 | 1010110 | 1010110 |
Color Harmonies of #BCFAED
Complementary color
Monochromatic Colors of #BCFAED
Black with #BCFAED
Text Example
Text Example
White with #BCFAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFAED; }
p { color: rgb(188,250,237); }
H1.HeaderClassName
{
color: #BCFAED;
}
.AnyTagClassName
{
color: #BCFAED;
}
</style>
background-color css
<style>
a { background-color: #BCFAED; }
a { background-color: rgb(188,250,237); }
div.DivClassName
{
background-color: #BCFAED;
}
.BgClassName
{
background-color: #BCFAED;
}
</style>
border-color css
<style>
span { border-color: #BCFAED; }
span { border-color: rgb(188,250,237); }
td.TdClassName
{
border-color: #BCFAED;
}
.TagClassName
{
border-color: #BCFAED;
}
</style>