#BCF5EC

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

Shades of Water Leaf #BCF5EC

Tints of Water Leaf #BCF5EC

Color information

#BCF5EC (or 0xBCF5EC) is unknown color: approx Water Leaf. HEX triplet: BC, F5 and EC. RGB value is (188,245,236). Sum of RGB (Red+Green+Blue) = 188+245+236=669 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.10% from 669); Green value is 245 (96.09% from 255 or 36.62% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF5EC is #430A13. Grayscale: #E2E2E2. Windows color (decimal): -4393492 or 15529404. OLE color: 15529404.

HSL color Cylindrical-coordinate representation of color #BCF5EC: hue angle of 170.53º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCF5EC is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB188245236-
CMYK0.2300.040.04
HSL170.53º74.03%84.9%-
HSV(B)170.53º23.27%96.08%-
XYZ68.5382.0591.58-
YUV226.93133.12100.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.10%
GREEN value IS 245 (96.09% from 255) = 36.62%
BLUE value IS 236 (92.58% from 255) = 35.28%
R=28.10%
G=36.62%
B=35.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882452360.2300.040.04170.5374.0384.9
HexBCF5EC17044ab4a55
Octal27436535427044253112125
Binary1011110011110101111011001011101001001010101110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF5EC; }

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

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

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

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

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

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

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

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