#BAFFE1

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

Shades of Water Leaf #BAFFE1

Tints of Water Leaf #BAFFE1

Color information

#BAFFE1 (or 0xBAFFE1) is unknown color: approx Water Leaf. HEX triplet: BA, FF and E1. RGB value is (186,255,225). Sum of RGB (Red+Green+Blue) = 186+255+225=666 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.93% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 225 (88.28% from 255 or 33.78% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFE1 is #45001E. Grayscale: #E7E7E7. Windows color (decimal): -4522015 or 14811066. OLE color: 14811066.

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

Color convert

RGB186255225-
CMYK0.2700.120
HSL153.91º100%86.47%-
HSV(B)153.91º27.06%100%-
XYZ69.687.484.43-
YUV230.95124.6495.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.93%
GREEN value IS 255 (100% from 255) = 38.29%
BLUE value IS 225 (88.28% from 255) = 33.78%
R=27.93%
G=38.29%
B=33.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862552250.2700.120153.9110086.47
HexBAFFE11B0C09a6456
Octal272377341330140232144126
Binary101110101111111111100001110110110001001101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFFE1; }

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

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

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

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

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

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

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

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