Shades of Water Leaf #BCF9E6
Tints of Water Leaf #BCF9E6
RGB
CMYK
RGB Variations
Color information
#BCF9E6 (or 0xBCF9E6) is known color: Water Leaf. HEX triplet: BC, F9 and E6. RGB value is (188,249,230). Sum of RGB (Red+Green+Blue) = 188+249+230=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 249 (97.66% from 255 or 37.33% from 667); Blue value is 230 (90.23% from 255 or 34.48% from 667); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF9E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF9E6 is #430619. Grayscale: #E4E4E4. Windows color (decimal): -4392474 or 15137212. OLE color: 15137212.
HSL color Cylindrical-coordinate representation of color #BCF9E6: hue angle of 161.31º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF9E6 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 230 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.02 |
| HSL | 161.31º | 0.84% | 0.86% | - |
| HSV(B) | 161.31º | 0.24% | 0.98% | - |
| XYZ | 68.9 | 84.16 | 87.48 | - |
| YUV | 228.6 | 128.79 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 230 | 0.24 | 0 | 0.08 | 0.02 | 161.31 | 0.84 | 0.86 |
| Hex | BC | F9 | E6 | 18 | 0 | 8 | 2 | A1 | 54 | 56 |
| Octal | 274 | 371 | 346 | 30 | 0 | 10 | 2 | 241 | 124 | 126 |
| Binary | 10111100 | 11111001 | 11100110 | 11000 | 0 | 1000 | 10 | 10100001 | 1010100 | 1010110 |
Color Harmonies of #BCF9E6
Complementary color
Monochromatic Colors of #BCF9E6
Black with #BCF9E6
Text Example
Text Example
White with #BCF9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF9E6; }
p { color: rgb(188,249,230); }
H1.HeaderClassName
{
color: #BCF9E6;
}
.AnyTagClassName
{
color: #BCF9E6;
}
</style>
background-color css
<style>
a { background-color: #BCF9E6; }
a { background-color: rgb(188,249,230); }
div.DivClassName
{
background-color: #BCF9E6;
}
.BgClassName
{
background-color: #BCF9E6;
}
</style>
border-color css
<style>
span { border-color: #BCF9E6; }
span { border-color: rgb(188,249,230); }
td.TdClassName
{
border-color: #BCF9E6;
}
.TagClassName
{
border-color: #BCF9E6;
}
</style>