Shades of Water Leaf #BCF3E8
Tints of Water Leaf #BCF3E8
RGB
CMYK
RGB Variations
Color information
#BCF3E8 (or 0xBCF3E8) is known color: Water Leaf. HEX triplet: BC, F3 and E8. RGB value is (188,243,232). Sum of RGB (Red+Green+Blue) = 188+243+232=663 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.36% from 663); Green value is 243 (95.31% from 255 or 36.65% from 663); Blue value is 232 (91.02% from 255 or 34.99% from 663); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF3E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF3E8 is #430C17. Grayscale: #E1E1E1. Windows color (decimal): -4394008 or 15266748. OLE color: 15266748.
HSL color Cylindrical-coordinate representation of color #BCF3E8: hue angle of 168º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF3E8 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 232 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.05 |
| HSL | 168º | 0.7% | 0.85% | - |
| HSV(B) | 168º | 0.23% | 0.95% | - |
| XYZ | 67.36 | 80.62 | 88.35 | - |
| YUV | 225.3 | 131.78 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 232 | 0.23 | 0 | 0.05 | 0.05 | 168 | 0.7 | 0.85 |
| Hex | BC | F3 | E8 | 17 | 0 | 5 | 5 | A8 | 46 | 55 |
| Octal | 274 | 363 | 350 | 27 | 0 | 5 | 5 | 250 | 106 | 125 |
| Binary | 10111100 | 11110011 | 11101000 | 10111 | 0 | 101 | 101 | 10101000 | 1000110 | 1010101 |
Color Harmonies of #BCF3E8
Complementary color
Monochromatic Colors of #BCF3E8
Black with #BCF3E8
Text Example
Text Example
White with #BCF3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF3E8; }
p { color: rgb(188,243,232); }
H1.HeaderClassName
{
color: #BCF3E8;
}
.AnyTagClassName
{
color: #BCF3E8;
}
</style>
background-color css
<style>
a { background-color: #BCF3E8; }
a { background-color: rgb(188,243,232); }
div.DivClassName
{
background-color: #BCF3E8;
}
.BgClassName
{
background-color: #BCF3E8;
}
</style>
border-color css
<style>
span { border-color: #BCF3E8; }
span { border-color: rgb(188,243,232); }
td.TdClassName
{
border-color: #BCF3E8;
}
.TagClassName
{
border-color: #BCF3E8;
}
</style>