#BAF3DE

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

Shades of Water Leaf #BAF3DE

Tints of Water Leaf #BAF3DE

Color information

#BAF3DE (or 0xBAF3DE) is unknown color: approx Water Leaf. HEX triplet: BA, F3 and DE. RGB value is (186,243,222). Sum of RGB (Red+Green+Blue) = 186+243+222=651 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.57% from 651); Green value is 243 (95.31% from 255 or 37.33% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF3DE is #450C21. Grayscale: #DFDFDF. Windows color (decimal): -4525090 or 14611386. OLE color: 14611386.

HSL color Cylindrical-coordinate representation of color #BAF3DE: hue angle of 157.89º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF3DE is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB186243222-
CMYK0.2300.090.05
HSL157.89º70.37%84.12%-
HSV(B)157.89º23.46%95.29%-
XYZ65.4979.8181.06-
YUV223.56127.12101.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.57%
GREEN value IS 243 (95.31% from 255) = 37.33%
BLUE value IS 222 (87.11% from 255) = 34.10%
R=28.57%
G=37.33%
B=34.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862432220.2300.090.05157.8970.3784.12
HexBAF3DE170959e4654
Octal272363336270115236106124
Binary10111010111100111101111010111010011011001111010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF3DE; }

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

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

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

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

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

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

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

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