#BCF2E2

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

Shades of Water Leaf #BCF2E2

Tints of Water Leaf #BCF2E2

Color information

#BCF2E2 (or 0xBCF2E2) is unknown color: approx Water Leaf. HEX triplet: BC, F2 and E2. RGB value is (188,242,226). Sum of RGB (Red+Green+Blue) = 188+242+226=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2E2 is #430D1D. Grayscale: #E0E0E0. Windows color (decimal): -4394270 or 14873276. OLE color: 14873276.

HSL color Cylindrical-coordinate representation of color #BCF2E2: hue angle of 162.22º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF2E2 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB188242226-
CMYK0.2200.070.05
HSL162.22º67.5%84.31%-
HSV(B)162.22º22.31%94.9%-
XYZ66.2279.6983.84-
YUV224.03129.11102.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.66%
GREEN value IS 242 (94.92% from 255) = 36.89%
BLUE value IS 226 (88.67% from 255) = 34.45%
R=28.66%
G=36.89%
B=34.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882422260.2200.070.05162.2267.584.31
HexBCF2E216075a24454
Octal27436234226075242104124
Binary1011110011110010111000101011001111011010001010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF2E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF2E2; }

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

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

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

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

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

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

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

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