#BAFFE9

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

Shades of Water Leaf #BAFFE9

Tints of Water Leaf #BAFFE9

Color information

#BAFFE9 (or 0xBAFFE9) is unknown color: approx Water Leaf. HEX triplet: BA, FF and E9. RGB value is (186,255,233). Sum of RGB (Red+Green+Blue) = 186+255+233=674 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.60% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 233 (91.41% from 255 or 34.57% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFFE9 is #450016. Grayscale: #E7E7E7. Windows color (decimal): -4522007 or 15335354. OLE color: 15335354.

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

Color convert

RGB186255233-
CMYK0.2700.090
HSL160.87º100%86.47%-
HSV(B)160.87º27.06%100%-
XYZ70.7287.8490.32-
YUV231.86128.6495.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.60%
GREEN value IS 255 (100% from 255) = 37.83%
BLUE value IS 233 (91.41% from 255) = 34.57%
R=27.60%
G=37.83%
B=34.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862552330.2700.090160.8710086.47
HexBAFFE91B090a16456
Octal272377351330110241144126
Binary101110101111111111101001110110100101010000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFFE9; }

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

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

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

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

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

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

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

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