#BAFBEC

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

Shades of Water Leaf #BAFBEC

Tints of Water Leaf #BAFBEC

Color information

#BAFBEC (or 0xBAFBEC) is unknown color: approx Water Leaf. HEX triplet: BA, FB and EC. RGB value is (186,251,236). Sum of RGB (Red+Green+Blue) = 186+251+236=673 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.64% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFBEC is #450413. Grayscale: #E5E5E5. Windows color (decimal): -4523028 or 15530938. OLE color: 15530938.

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

Color convert

RGB186251236-
CMYK0.2600.060.02
HSL166.15º89.04%85.69%-
HSV(B)166.15º25.9%98.43%-
XYZ69.8985.4992.17-
YUV229.86131.4796.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.64%
GREEN value IS 251 (98.44% from 255) = 37.30%
BLUE value IS 236 (92.58% from 255) = 35.07%
R=27.64%
G=37.30%
B=35.07%

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
Decimal1862512360.2600.060.02166.1589.0485.69
HexBAFBEC1A062a65956
Octal27237335432062246131126
Binary101110101111101111101100110100110101010011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFBEC; }

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

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

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

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

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

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

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

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