#BAFCE2

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

Shades of Water Leaf #BAFCE2

Tints of Water Leaf #BAFCE2

Color information

#BAFCE2 (or 0xBAFCE2) is unknown color: approx Water Leaf. HEX triplet: BA, FC and E2. RGB value is (186,252,226). Sum of RGB (Red+Green+Blue) = 186+252+226=664 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.01% from 664); Green value is 252 (98.83% from 255 or 37.95% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFCE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFCE2 is #45031D. Grayscale: #E5E5E5. Windows color (decimal): -4522782 or 14875834. OLE color: 14875834.

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

Color convert

RGB186252226-
CMYK0.2600.100.01
HSL156.36º91.67%85.88%-
HSV(B)156.36º26.19%98.82%-
XYZ68.7985.5584.84-
YUV229.3126.1397.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.01%
GREEN value IS 252 (98.83% from 255) = 37.95%
BLUE value IS 226 (88.67% from 255) = 34.04%
R=28.01%
G=37.95%
B=34.04%

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
Decimal1862522260.2600.100.01156.3691.6785.88
HexBAFCE21A0A19c5c56
Octal272374342320121234134126
Binary101110101111110011100010110100101011001110010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFCE2; }

 p { color: rgb(186,252,226); }

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

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

 a { background-color: rgb(186,252,226); }

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

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

 span { border-color: rgb(186,252,226); }

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