#BAFCE9

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

Shades of Water Leaf #BAFCE9

Tints of Water Leaf #BAFCE9

Color information

#BAFCE9 (or 0xBAFCE9) is unknown color: approx Water Leaf. HEX triplet: BA, FC and E9. RGB value is (186,252,233). Sum of RGB (Red+Green+Blue) = 186+252+233=671 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.72% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 233 (91.41% from 255 or 34.72% from 671); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFCE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFCE9 is #450316. Grayscale: #E6E6E6. Windows color (decimal): -4522775 or 15334586. OLE color: 15334586.

HSL color Cylindrical-coordinate representation of color #BAFCE9: hue angle of 162.73º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFCE9 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB186252233-
CMYK0.2600.080.01
HSL162.73º91.67%85.88%-
HSV(B)162.73º26.19%98.82%-
XYZ69.7785.9490-
YUV230.1129.6396.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.72%
GREEN value IS 252 (98.83% from 255) = 37.56%
BLUE value IS 233 (91.41% from 255) = 34.72%
R=27.72%
G=37.56%
B=34.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862522330.2600.080.01162.7391.6785.88
HexBAFCE91A081a35c56
Octal272374351320101243134126
Binary101110101111110011101001110100100011010001110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFCE9; }

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

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

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

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

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

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

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

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