#BAFEE8

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

Shades of Water Leaf #BAFEE8

Tints of Water Leaf #BAFEE8

Color information

#BAFEE8 (or 0xBAFEE8) is unknown color: approx Water Leaf. HEX triplet: BA, FE and E8. RGB value is (186,254,232). Sum of RGB (Red+Green+Blue) = 186+254+232=672 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.68% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 232 (91.02% from 255 or 34.52% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFEE8 is #450117. Grayscale: #E7E7E7. Windows color (decimal): -4522264 or 15269562. OLE color: 15269562.

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

Color convert

RGB186254232-
CMYK0.2700.090.00
HSL160.59º97.14%86.27%-
HSV(B)160.59º26.77%99.61%-
XYZ70.2687.1589.46-
YUV231.16128.4795.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.68%
GREEN value IS 254 (99.61% from 255) = 37.80%
BLUE value IS 232 (91.02% from 255) = 34.52%
R=27.68%
G=37.80%
B=34.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862542320.2700.090.00160.5997.1486.27
HexBAFEE81B090a16156
Octal272376350330110241141126
Binary101110101111111011101000110110100101010000111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFEE8; }

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

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

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

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

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

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

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

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