#BAFBEA

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

Shades of Water Leaf #BAFBEA

Tints of Water Leaf #BAFBEA

Color information

#BAFBEA (or 0xBAFBEA) is unknown color: approx Water Leaf. HEX triplet: BA, FB and EA. RGB value is (186,251,234). Sum of RGB (Red+Green+Blue) = 186+251+234=671 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.72% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFBEA is #450415. Grayscale: #E5E5E5. Windows color (decimal): -4523030 or 15399866. OLE color: 15399866.

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

Color convert

RGB186251234-
CMYK0.2600.070.02
HSL164.31º89.04%85.69%-
HSV(B)164.31º25.9%98.43%-
XYZ69.685.3790.65-
YUV229.63130.4796.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.72%
GREEN value IS 251 (98.44% from 255) = 37.41%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=27.72%
G=37.41%
B=34.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862512340.2600.070.02164.3189.0485.69
HexBAFBEA1A072a45956
Octal27237335232072244131126
Binary101110101111101111101010110100111101010010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFBEA; }

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

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

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

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

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

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

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

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