#BAFDEC

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

Shades of Water Leaf #BAFDEC

Tints of Water Leaf #BAFDEC

Color information

#BAFDEC (or 0xBAFDEC) is unknown color: approx Water Leaf. HEX triplet: BA, FD and EC. RGB value is (186,253,236). Sum of RGB (Red+Green+Blue) = 186+253+236=675 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.56% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFDEC is #450213. Grayscale: #E7E7E7. Windows color (decimal): -4522516 or 15531450. OLE color: 15531450.

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

Color convert

RGB186253236-
CMYK0.2600.070.01
HSL164.78º94.37%86.08%-
HSV(B)164.78º26.48%99.22%-
XYZ70.5286.7592.38-
YUV231.03130.895.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.56%
GREEN value IS 253 (99.22% from 255) = 37.48%
BLUE value IS 236 (92.58% from 255) = 34.96%
R=27.56%
G=37.48%
B=34.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862532360.2600.070.01164.7894.3786.08
HexBAFDEC1A071a55e56
Octal27237535432071245136126
Binary10111010111111011110110011010011111010010110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFDEC; }

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

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

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

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

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

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

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

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