#BCF2E4

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

Shades of Water Leaf #BCF2E4

Tints of Water Leaf #BCF2E4

Color information

#BCF2E4 (or 0xBCF2E4) is unknown color: approx Water Leaf. HEX triplet: BC, F2 and E4. RGB value is (188,242,228). Sum of RGB (Red+Green+Blue) = 188+242+228=658 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.57% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 228 (89.45% from 255 or 34.65% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2E4 is #430D1B. Grayscale: #E0E0E0. Windows color (decimal): -4394268 or 15004348. OLE color: 15004348.

HSL color Cylindrical-coordinate representation of color #BCF2E4: hue angle of 164.44º 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 #BCF2E4 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB188242228-
CMYK0.2200.060.05
HSL164.44º67.5%84.31%-
HSV(B)164.44º22.31%94.9%-
XYZ66.4979.885.3-
YUV224.26130.11102.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.57%
GREEN value IS 242 (94.92% from 255) = 36.78%
BLUE value IS 228 (89.45% from 255) = 34.65%
R=28.57%
G=36.78%
B=34.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882422280.2200.060.05164.4467.584.31
HexBCF2E416065a44454
Octal27436234426065244104124
Binary1011110011110010111001001011001101011010010010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF2E4; }

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

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

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

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

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

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

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

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