Shades of Water Leaf #BCF0E6
Tints of Water Leaf #BCF0E6
RGB
CMYK
RGB Variations
Color information
#BCF0E6 (or 0xBCF0E6) is known color: Water Leaf. HEX triplet: BC, F0 and E6. RGB value is (188,240,230). Sum of RGB (Red+Green+Blue) = 188+240+230=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 240 (94.14% from 255 or 36.47% from 658); Blue value is 230 (90.23% from 255 or 34.95% from 658); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF0E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF0E6 is #430F19. Grayscale: #DFDFDF. Windows color (decimal): -4394778 or 15134908. OLE color: 15134908.
HSL color Cylindrical-coordinate representation of color #BCF0E6: hue angle of 168.46º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF0E6 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 230 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.06 |
| HSL | 168.46º | 0.63% | 0.84% | - |
| HSV(B) | 168.46º | 0.22% | 0.94% | - |
| XYZ | 66.18 | 78.72 | 86.57 | - |
| YUV | 223.31 | 131.77 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 230 | 0.22 | 0 | 0.04 | 0.06 | 168.46 | 0.63 | 0.84 |
| Hex | BC | F0 | E6 | 16 | 0 | 4 | 6 | A8 | 3F | 54 |
| Octal | 274 | 360 | 346 | 26 | 0 | 4 | 6 | 250 | 77 | 124 |
| Binary | 10111100 | 11110000 | 11100110 | 10110 | 0 | 100 | 110 | 10101000 | 111111 | 1010100 |
Color Harmonies of #BCF0E6
Complementary color
Monochromatic Colors of #BCF0E6
Black with #BCF0E6
Text Example
Text Example
White with #BCF0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF0E6; }
p { color: rgb(188,240,230); }
H1.HeaderClassName
{
color: #BCF0E6;
}
.AnyTagClassName
{
color: #BCF0E6;
}
</style>
background-color css
<style>
a { background-color: #BCF0E6; }
a { background-color: rgb(188,240,230); }
div.DivClassName
{
background-color: #BCF0E6;
}
.BgClassName
{
background-color: #BCF0E6;
}
</style>
border-color css
<style>
span { border-color: #BCF0E6; }
span { border-color: rgb(188,240,230); }
td.TdClassName
{
border-color: #BCF0E6;
}
.TagClassName
{
border-color: #BCF0E6;
}
</style>