#BCFFE5

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

Shades of Water Leaf #BCFFE5

Tints of Water Leaf #BCFFE5

Color information

#BCFFE5 (or 0xBCFFE5) is unknown color: approx Water Leaf. HEX triplet: BC, FF and E5. RGB value is (188,255,229). Sum of RGB (Red+Green+Blue) = 188+255+229=672 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.98% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFE5 is #43001A. Grayscale: #E8E8E8. Windows color (decimal): -4390939 or 15073212. OLE color: 15073212.

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

Color convert

RGB188255229-
CMYK0.2600.100
HSL156.72º100%86.86%-
HSV(B)156.72º26.27%100%-
XYZ70.6487.8787.37-
YUV232126.396.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.98%
GREEN value IS 255 (100% from 255) = 37.95%
BLUE value IS 229 (89.84% from 255) = 34.08%
R=27.98%
G=37.95%
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
SystemRedGreenBlueCMYKHSL
Decimal1882552290.2600.100156.7210086.86
HexBCFFE51A0A09d6457
Octal274377345320120235144127
Binary101111001111111111100101110100101001001110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFE5; }

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

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

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

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

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

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

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

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