#BAFFE3

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

Shades of Water Leaf #BAFFE3

Tints of Water Leaf #BAFFE3

Color information

#BAFFE3 (or 0xBAFFE3) is unknown color: approx Water Leaf. HEX triplet: BA, FF and E3. RGB value is (186,255,227). Sum of RGB (Red+Green+Blue) = 186+255+227=668 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.84% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 227 (89.06% from 255 or 33.98% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFE3 is #45001C. Grayscale: #E7E7E7. Windows color (decimal): -4522013 or 14942138. OLE color: 14942138.

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

Color convert

RGB186255227-
CMYK0.2700.110
HSL155.65º100%86.47%-
HSV(B)155.65º27.06%100%-
XYZ69.8787.5185.88-
YUV231.18125.6495.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.84%
GREEN value IS 255 (100% from 255) = 38.17%
BLUE value IS 227 (89.06% from 255) = 33.98%
R=27.84%
G=38.17%
B=33.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862552270.2700.110155.6510086.47
HexBAFFE31B0B09c6456
Octal272377343330130234144126
Binary101110101111111111100011110110101101001110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFFE3; }

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

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

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

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

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

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

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

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