#BAFEE3

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

Shades of Water Leaf #BAFEE3

Tints of Water Leaf #BAFEE3

Color information

#BAFEE3 (or 0xBAFEE3) is unknown color: approx Water Leaf. HEX triplet: BA, FE and E3. RGB value is (186,254,227). Sum of RGB (Red+Green+Blue) = 186+254+227=667 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.89% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 227 (89.06% from 255 or 34.03% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFEE3 is #45011C. Grayscale: #E6E6E6. Windows color (decimal): -4522269 or 14941882. OLE color: 14941882.

HSL color Cylindrical-coordinate representation of color #BAFEE3: hue angle of 156.18º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFEE3 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.

Color convert

RGB186254227-
CMYK0.2700.110.00
HSL156.18º97.14%86.27%-
HSV(B)156.18º26.77%99.61%-
XYZ69.5686.8785.77-
YUV230.59125.9796.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.89%
GREEN value IS 254 (99.61% from 255) = 38.08%
BLUE value IS 227 (89.06% from 255) = 34.03%
R=27.89%
G=38.08%
B=34.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862542270.2700.110.00156.1897.1486.27
HexBAFEE31B0B09c6156
Octal272376343330130234141126
Binary101110101111111011100011110110101101001110011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFEE3; }

 p { color: rgb(186,254,227); }

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

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

 a { background-color: rgb(186,254,227); }

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

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

 span { border-color: rgb(186,254,227); }

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