#BCFFE9

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

Shades of Water Leaf #BCFFE9

Tints of Water Leaf #BCFFE9

Color information

#BCFFE9 (or 0xBCFFE9) is unknown color: approx Water Leaf. HEX triplet: BC, FF and E9. RGB value is (188,255,233). Sum of RGB (Red+Green+Blue) = 188+255+233=676 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.81% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 233 (91.41% from 255 or 34.47% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFE9 is #430016. Grayscale: #E8E8E8. Windows color (decimal): -4390935 or 15335356. OLE color: 15335356.

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

Color convert

RGB188255233-
CMYK0.2600.090
HSL160.3º100%86.86%-
HSV(B)160.3º26.27%100%-
XYZ71.2188.0990.34-
YUV232.46128.396.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.81%
GREEN value IS 255 (100% from 255) = 37.72%
BLUE value IS 233 (91.41% from 255) = 34.47%
R=27.81%
G=37.72%
B=34.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882552330.2600.090160.310086.86
HexBCFFE91A090a06457
Octal274377351320110240144127
Binary101111001111111111101001110100100101010000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFE9; }

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

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

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

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

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

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

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

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