#BAF6DD

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

Shades of Water Leaf #BAF6DD

Tints of Water Leaf #BAF6DD

Color information

#BAF6DD (or 0xBAF6DD) is unknown color: approx Water Leaf. HEX triplet: BA, F6 and DD. RGB value is (186,246,221). Sum of RGB (Red+Green+Blue) = 186+246+221=653 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.48% from 653); Green value is 246 (96.48% from 255 or 37.67% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF6DD is #450922. Grayscale: #E1E1E1. Windows color (decimal): -4524323 or 14546618. OLE color: 14546618.

HSL color Cylindrical-coordinate representation of color #BAF6DD: hue angle of 155º 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 #BAF6DD is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB186246221-
CMYK0.2400.100.04
HSL155º76.92%84.71%-
HSV(B)155º24.39%96.47%-
XYZ66.2681.5780.66-
YUV225.21125.62100.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.48%
GREEN value IS 246 (96.48% from 255) = 37.67%
BLUE value IS 221 (86.72% from 255) = 33.84%
R=28.48%
G=37.67%
B=33.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862462210.2400.100.0415576.9284.71
HexBAF6DD180A49b4d55
Octal272366335300124233115125
Binary10111010111101101101110111000010101001001101110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF6DD; }

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

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

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

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

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

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

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

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