#BAFDEB

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

Shades of Water Leaf #BAFDEB

Tints of Water Leaf #BAFDEB

Color information

#BAFDEB (or 0xBAFDEB) is unknown color: approx Water Leaf. HEX triplet: BA, FD and EB. RGB value is (186,253,235). Sum of RGB (Red+Green+Blue) = 186+253+235=674 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.60% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFDEB is #450214. Grayscale: #E6E6E6. Windows color (decimal): -4522517 or 15465914. OLE color: 15465914.

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

Color convert

RGB186253235-
CMYK0.2600.070.01
HSL163.88º94.37%86.08%-
HSV(B)163.88º26.48%99.22%-
XYZ70.3786.6991.62-
YUV230.92130.395.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.60%
GREEN value IS 253 (99.22% from 255) = 37.54%
BLUE value IS 235 (92.19% from 255) = 34.87%
R=27.60%
G=37.54%
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.01
SystemRedGreenBlueCMYKHSL
Decimal1862532350.2600.070.01163.8894.3786.08
HexBAFDEB1A071a45e56
Octal27237535332071244136126
Binary10111010111111011110101111010011111010010010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFDEB; }

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

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

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

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

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

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

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

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