#BCFDE5

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

Shades of Water Leaf #BCFDE5

Tints of Water Leaf #BCFDE5

Color information

#BCFDE5 (or 0xBCFDE5) is unknown color: approx Water Leaf. HEX triplet: BC, FD and E5. RGB value is (188,253,229). Sum of RGB (Red+Green+Blue) = 188+253+229=670 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.06% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFDE5 is #43021A. Grayscale: #E6E6E6. Windows color (decimal): -4391451 or 15072700. OLE color: 15072700.

HSL color Cylindrical-coordinate representation of color #BCFDE5: hue angle of 157.85º 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 #BCFDE5 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB188253229-
CMYK0.2600.090.01
HSL157.85º94.2%86.47%-
HSV(B)157.85º25.69%99.22%-
XYZ70.0186.687.15-
YUV230.83126.9797.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.06%
GREEN value IS 253 (99.22% from 255) = 37.76%
BLUE value IS 229 (89.84% from 255) = 34.18%
R=28.06%
G=37.76%
B=34.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882532290.2600.090.01157.8594.286.47
HexBCFDE51A0919e5e56
Octal274375345320111236136126
Binary101111001111110111100101110100100111001111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFDE5; }

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

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

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

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

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

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

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

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