#BCF5E2

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

Shades of Water Leaf #BCF5E2

Tints of Water Leaf #BCF5E2

Color information

#BCF5E2 (or 0xBCF5E2) is unknown color: approx Water Leaf. HEX triplet: BC, F5 and E2. RGB value is (188,245,226). Sum of RGB (Red+Green+Blue) = 188+245+226=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 245 (96.09% from 255 or 37.18% from 659); Blue value is 226 (88.67% from 255 or 34.29% from 659); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF5E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF5E2 is #430A1D. Grayscale: #E1E1E1. Windows color (decimal): -4393502 or 14874044. OLE color: 14874044.

HSL color Cylindrical-coordinate representation of color #BCF5E2: hue angle of 160º 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 #BCF5E2 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB188245226-
CMYK0.2300.080.04
HSL160º74.03%84.9%-
HSV(B)160º23.27%96.08%-
XYZ67.1281.4984.14-
YUV225.79128.12101.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.53%
GREEN value IS 245 (96.09% from 255) = 37.18%
BLUE value IS 226 (88.67% from 255) = 34.29%
R=28.53%
G=37.18%
B=34.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882452260.2300.080.0416074.0384.9
HexBCF5E217084a04a55
Octal274365342270104240112125
Binary10111100111101011110001010111010001001010000010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF5E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF5E2; }

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

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

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

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

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

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

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

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