#BCFFEA

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

Shades of Water Leaf #BCFFEA

Tints of Water Leaf #BCFFEA

Color information

#BCFFEA (or 0xBCFFEA) is unknown color: approx Water Leaf. HEX triplet: BC, FF and EA. RGB value is (188,255,234). Sum of RGB (Red+Green+Blue) = 188+255+234=677 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.77% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFFEA is #430015. Grayscale: #E8E8E8. Windows color (decimal): -4390934 or 15400892. OLE color: 15400892.

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

Color convert

RGB188255234-
CMYK0.2600.080
HSL161.19º100%86.86%-
HSV(B)161.19º26.27%100%-
XYZ71.3588.1591.1-
YUV232.57128.896.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.77%
GREEN value IS 255 (100% from 255) = 37.67%
BLUE value IS 234 (91.80% from 255) = 34.56%
R=27.77%
G=37.67%
B=34.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882552340.2600.080161.1910086.86
HexBCFFEA1A080a16457
Octal274377352320100241144127
Binary101111001111111111101010110100100001010000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFEA; }

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

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

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

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

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

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

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

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