#BAFAEA

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

Shades of Water Leaf #BAFAEA

Tints of Water Leaf #BAFAEA

Color information

#BAFAEA (or 0xBAFAEA) is unknown color: approx Water Leaf. HEX triplet: BA, FA and EA. RGB value is (186,250,234). Sum of RGB (Red+Green+Blue) = 186+250+234=670 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.76% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFAEA is #450515. Grayscale: #E5E5E5. Windows color (decimal): -4523286 or 15399610. OLE color: 15399610.

HSL color Cylindrical-coordinate representation of color #BAFAEA: hue angle of 165º 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 #BAFAEA is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB186250234-
CMYK0.2600.060.02
HSL165º86.49%85.49%-
HSV(B)165º25.6%98.04%-
XYZ69.2984.7590.55-
YUV229.04130.897.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.76%
GREEN value IS 250 (98.05% from 255) = 37.31%
BLUE value IS 234 (91.80% from 255) = 34.93%
R=27.76%
G=37.31%
B=34.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862502340.2600.060.0216586.4985.49
HexBAFAEA1A062a55655
Octal27237235232062245126125
Binary101110101111101011101010110100110101010010110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFAEA; }

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

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

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

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

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

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

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

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