#BAFAE6

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

Shades of Water Leaf #BAFAE6

Tints of Water Leaf #BAFAE6

Color information

#BAFAE6 (or 0xBAFAE6) is unknown color: approx Water Leaf. HEX triplet: BA, FA and E6. RGB value is (186,250,230). Sum of RGB (Red+Green+Blue) = 186+250+230=666 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.93% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFAE6 is #450519. Grayscale: #E4E4E4. Windows color (decimal): -4523290 or 15137466. OLE color: 15137466.

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

Color convert

RGB186250230-
CMYK0.2600.080.02
HSL161.25º86.49%85.49%-
HSV(B)161.25º25.6%98.04%-
XYZ68.7284.5287.56-
YUV228.58128.897.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.93%
GREEN value IS 250 (98.05% from 255) = 37.54%
BLUE value IS 230 (90.23% from 255) = 34.53%
R=27.93%
G=37.54%
B=34.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862502300.2600.080.02161.2586.4985.49
HexBAFAE61A082a15655
Octal272372346320102241126125
Binary1011101011111010111001101101001000101010000110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFAE6; }

 p { color: rgb(186,250,230); }

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

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

 a { background-color: rgb(186,250,230); }

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

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

 span { border-color: rgb(186,250,230); }

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