Shades of Water Leaf #BCF2E7
Tints of Water Leaf #BCF2E7
RGB
CMYK
RGB Variations
Color information
#BCF2E7 (or 0xBCF2E7) is known color: Water Leaf. HEX triplet: BC, F2 and E7. RGB value is (188,242,231). Sum of RGB (Red+Green+Blue) = 188+242+231=661 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.44% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF2E7 is #430D18. Grayscale: #E0E0E0. Windows color (decimal): -4394265 or 15200956. OLE color: 15200956.
HSL color Cylindrical-coordinate representation of color #BCF2E7: hue angle of 167.78º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF2E7 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 231 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.05 |
| HSL | 167.78º | 0.68% | 0.84% | - |
| HSV(B) | 167.78º | 0.22% | 0.95% | - |
| XYZ | 66.91 | 79.97 | 87.51 | - |
| YUV | 224.6 | 131.61 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 231 | 0.22 | 0 | 0.05 | 0.05 | 167.78 | 0.68 | 0.84 |
| Hex | BC | F2 | E7 | 16 | 0 | 5 | 5 | A8 | 44 | 54 |
| Octal | 274 | 362 | 347 | 26 | 0 | 5 | 5 | 250 | 104 | 124 |
| Binary | 10111100 | 11110010 | 11100111 | 10110 | 0 | 101 | 101 | 10101000 | 1000100 | 1010100 |
Color Harmonies of #BCF2E7
Complementary color
Monochromatic Colors of #BCF2E7
Black with #BCF2E7
Text Example
Text Example
White with #BCF2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF2E7; }
p { color: rgb(188,242,231); }
H1.HeaderClassName
{
color: #BCF2E7;
}
.AnyTagClassName
{
color: #BCF2E7;
}
</style>
background-color css
<style>
a { background-color: #BCF2E7; }
a { background-color: rgb(188,242,231); }
div.DivClassName
{
background-color: #BCF2E7;
}
.BgClassName
{
background-color: #BCF2E7;
}
</style>
border-color css
<style>
span { border-color: #BCF2E7; }
span { border-color: rgb(188,242,231); }
td.TdClassName
{
border-color: #BCF2E7;
}
.TagClassName
{
border-color: #BCF2E7;
}
</style>