#BAF4DE

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

Shades of Water Leaf #BAF4DE

Tints of Water Leaf #BAF4DE

Color information

#BAF4DE (or 0xBAF4DE) is unknown color: approx Water Leaf. HEX triplet: BA, F4 and DE. RGB value is (186,244,222). Sum of RGB (Red+Green+Blue) = 186+244+222=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 244 (95.70% from 255 or 37.42% from 652); Blue value is 222 (87.11% from 255 or 34.05% from 652); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF4DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF4DE is #450B21. Grayscale: #E0E0E0. Windows color (decimal): -4524834 or 14611642. OLE color: 14611642.

HSL color Cylindrical-coordinate representation of color #BAF4DE: hue angle of 157.24º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF4DE is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB186244222-
CMYK0.2400.090.04
HSL157.24º72.5%84.31%-
HSV(B)157.24º23.77%95.69%-
XYZ65.7980.4181.16-
YUV224.15126.78100.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.53%
GREEN value IS 244 (95.70% from 255) = 37.42%
BLUE value IS 222 (87.11% from 255) = 34.05%
R=28.53%
G=37.42%
B=34.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862442220.2400.090.04157.2472.584.31
HexBAF4DE180949d4854
Octal272364336300114235110124
Binary10111010111101001101111011000010011001001110110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF4DE; }

 p { color: rgb(186,244,222); }

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

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

 a { background-color: rgb(186,244,222); }

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

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

 span { border-color: rgb(186,244,222); }

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