#BAFEE9

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

Shades of Water Leaf #BAFEE9

Tints of Water Leaf #BAFEE9

Color information

#BAFEE9 (or 0xBAFEE9) is unknown color: approx Water Leaf. HEX triplet: BA, FE and E9. RGB value is (186,254,233). Sum of RGB (Red+Green+Blue) = 186+254+233=673 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.64% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFEE9 is #450116. Grayscale: #E7E7E7. Windows color (decimal): -4522263 or 15335098. OLE color: 15335098.

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

Color convert

RGB186254233-
CMYK0.2700.080.00
HSL161.47º97.14%86.27%-
HSV(B)161.47º26.77%99.61%-
XYZ70.487.2190.21-
YUV231.27128.9795.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.64%
GREEN value IS 254 (99.61% from 255) = 37.74%
BLUE value IS 233 (91.41% from 255) = 34.62%
R=27.64%
G=37.74%
B=34.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862542330.2700.080.00161.4797.1486.27
HexBAFEE91B080a16156
Octal272376351330100241141126
Binary101110101111111011101001110110100001010000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFEE9; }

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

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

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

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

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

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

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

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