#BAF6DF

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

Shades of Water Leaf #BAF6DF

Tints of Water Leaf #BAF6DF

Color information

#BAF6DF (or 0xBAF6DF) is unknown color: approx Water Leaf. HEX triplet: BA, F6 and DF. RGB value is (186,246,223). Sum of RGB (Red+Green+Blue) = 186+246+223=655 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.40% from 655); Green value is 246 (96.48% from 255 or 37.56% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF6DF is #450920. Grayscale: #E1E1E1. Windows color (decimal): -4524321 or 14677690. OLE color: 14677690.

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

Color convert

RGB186246223-
CMYK0.2400.090.04
HSL157º76.92%84.71%-
HSV(B)157º24.39%96.47%-
XYZ66.5281.6882.07-
YUV225.44126.6299.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.40%
GREEN value IS 246 (96.48% from 255) = 37.56%
BLUE value IS 223 (87.5% from 255) = 34.05%
R=28.40%
G=37.56%
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
Decimal1862462230.2400.090.0415776.9284.71
HexBAF6DF180949d4d55
Octal272366337300114235115125
Binary10111010111101101101111111000010011001001110110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF6DF; }

 p { color: rgb(186,246,223); }

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

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

 a { background-color: rgb(186,246,223); }

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

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

 span { border-color: rgb(186,246,223); }

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