#BAFDEE

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

Shades of Water Leaf #BAFDEE

Tints of Water Leaf #BAFDEE

Color information

#BAFDEE (or 0xBAFDEE) is unknown color: approx Water Leaf. HEX triplet: BA, FD and EE. RGB value is (186,253,238). Sum of RGB (Red+Green+Blue) = 186+253+238=677 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.47% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 238 (93.36% from 255 or 35.16% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFDEE is #450211. Grayscale: #E7E7E7. Windows color (decimal): -4522514 or 15662522. OLE color: 15662522.

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

Color convert

RGB186253238-
CMYK0.2600.060.01
HSL166.57º94.37%86.08%-
HSV(B)166.57º26.48%99.22%-
XYZ70.8186.8693.92-
YUV231.26131.895.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.47%
GREEN value IS 253 (99.22% from 255) = 37.37%
BLUE value IS 238 (93.36% from 255) = 35.16%
R=27.47%
G=37.37%
B=35.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862532380.2600.060.01166.5794.3786.08
HexBAFDEE1A061a75e56
Octal27237535632061247136126
Binary10111010111111011110111011010011011010011110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFDEE; }

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

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

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

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

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

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

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

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