#BCF8EC

Color #BCF8EC Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #BCF8EC

Tints of Water Leaf #BCF8EC

Color information

#BCF8EC (or 0xBCF8EC) is unknown color: approx Water Leaf. HEX triplet: BC, F8 and EC. RGB value is (188,248,236). Sum of RGB (Red+Green+Blue) = 188+248+236=672 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.98% from 672); Green value is 248 (97.27% from 255 or 36.90% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF8EC is #430713. Grayscale: #E4E4E4. Windows color (decimal): -4392724 or 15530172. OLE color: 15530172.

HSL color Cylindrical-coordinate representation of color #BCF8EC: hue angle of 168º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF8EC is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB188248236-
CMYK0.2400.050.03
HSL168º81.08%85.49%-
HSV(B)168º24.19%97.25%-
XYZ69.4583.8891.89-
YUV228.69132.1298.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 27.98%
GREEN value IS 248 (97.27% from 255) = 36.90%
BLUE value IS 236 (92.58% from 255) = 35.12%
R=27.98%
G=36.90%
B=35.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1882482360.2400.050.0316881.0885.49
HexBCF8EC18053a85155
Octal27437035430053250121125
Binary101111001111100011101100110000101111010100010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF8EC; }

 p { color: rgb(188,248,236); }

 H1.HeaderClassName
 {
   color: #BCF8EC;
 }
 .AnyTagClassName
 {
   color: #BCF8EC;
 }
</style>
background-color css

<style>
 a { background-color: #BCF8EC; }

 a { background-color: rgb(188,248,236); }

 div.DivClassName
 {
   background-color: #BCF8EC;
 }
 .BgClassName
 {
   background-color: #BCF8EC;
 }
</style>
border-color css

<style>
 span { border-color: #BCF8EC; }

 span { border-color: rgb(188,248,236); }

 td.TdClassName
 {
   border-color: #BCF8EC;
 }
 .TagClassName
 {
   border-color: #BCF8EC;
 }
</style>