Shades of Water Leaf #BCF1E5
Tints of Water Leaf #BCF1E5
RGB
CMYK
RGB Variations
Color information
#BCF1E5 (or 0xBCF1E5) is known color: Water Leaf. HEX triplet: BC, F1 and E5. RGB value is (188,241,229). Sum of RGB (Red+Green+Blue) = 188+241+229=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 241 (94.53% from 255 or 36.63% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1E5 is #430E1A. Grayscale: #DFDFDF. Windows color (decimal): -4394523 or 15069628. OLE color: 15069628.
HSL color Cylindrical-coordinate representation of color #BCF1E5: hue angle of 166.42º degrees, saturation: 0.65, 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 #BCF1E5 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 229 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.05 |
| HSL | 166.42º | 0.65% | 0.84% | - |
| HSV(B) | 166.42º | 0.22% | 0.95% | - |
| XYZ | 66.34 | 79.26 | 85.93 | - |
| YUV | 223.79 | 130.94 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 229 | 0.22 | 0 | 0.05 | 0.05 | 166.42 | 0.65 | 0.84 |
| Hex | BC | F1 | E5 | 16 | 0 | 5 | 5 | A6 | 41 | 54 |
| Octal | 274 | 361 | 345 | 26 | 0 | 5 | 5 | 246 | 101 | 124 |
| Binary | 10111100 | 11110001 | 11100101 | 10110 | 0 | 101 | 101 | 10100110 | 1000001 | 1010100 |
Color Harmonies of #BCF1E5
Complementary color
Monochromatic Colors of #BCF1E5
Black with #BCF1E5
Text Example
Text Example
White with #BCF1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF1E5; }
p { color: rgb(188,241,229); }
H1.HeaderClassName
{
color: #BCF1E5;
}
.AnyTagClassName
{
color: #BCF1E5;
}
</style>
background-color css
<style>
a { background-color: #BCF1E5; }
a { background-color: rgb(188,241,229); }
div.DivClassName
{
background-color: #BCF1E5;
}
.BgClassName
{
background-color: #BCF1E5;
}
</style>
border-color css
<style>
span { border-color: #BCF1E5; }
span { border-color: rgb(188,241,229); }
td.TdClassName
{
border-color: #BCF1E5;
}
.TagClassName
{
border-color: #BCF1E5;
}
</style>