#BCFDE4

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

Shades of Water Leaf #BCFDE4

Tints of Water Leaf #BCFDE4

Color information

#BCFDE4 (or 0xBCFDE4) is unknown color: approx Water Leaf. HEX triplet: BC, FD and E4. RGB value is (188,253,228). Sum of RGB (Red+Green+Blue) = 188+253+228=669 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.10% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDE4 is #43021B. Grayscale: #E6E6E6. Windows color (decimal): -4391452 or 15007164. OLE color: 15007164.

HSL color Cylindrical-coordinate representation of color #BCFDE4: hue angle of 156.92º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFDE4 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB188253228-
CMYK0.2600.100.01
HSL156.92º94.2%86.47%-
HSV(B)156.92º25.69%99.22%-
XYZ69.8786.5486.42-
YUV230.71126.4797.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.10%
GREEN value IS 253 (99.22% from 255) = 37.82%
BLUE value IS 228 (89.45% from 255) = 34.08%
R=28.10%
G=37.82%
B=34.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882532280.2600.100.01156.9294.286.47
HexBCFDE41A0A19d5e56
Octal274375344320121235136126
Binary101111001111110111100100110100101011001110110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFDE4; }

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

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

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

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

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

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

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

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