#BAF7E6

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

Shades of Water Leaf #BAF7E6

Tints of Water Leaf #BAF7E6

Color information

#BAF7E6 (or 0xBAF7E6) is unknown color: approx Water Leaf. HEX triplet: BA, F7 and E6. RGB value is (186,247,230). Sum of RGB (Red+Green+Blue) = 186+247+230=663 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.05% from 663); Green value is 247 (96.88% from 255 or 37.25% from 663); Blue value is 230 (90.23% from 255 or 34.69% from 663); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF7E6 is #450819. Grayscale: #E2E2E2. Windows color (decimal): -4524058 or 15136698. OLE color: 15136698.

HSL color Cylindrical-coordinate representation of color #BAF7E6: hue angle of 163.28º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF7E6 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB186247230-
CMYK0.2500.070.03
HSL163.28º79.22%84.9%-
HSV(B)163.28º24.7%96.86%-
XYZ67.7982.6787.25-
YUV226.82129.7998.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.05%
GREEN value IS 247 (96.88% from 255) = 37.25%
BLUE value IS 230 (90.23% from 255) = 34.69%
R=28.05%
G=37.25%
B=34.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862472300.2500.070.03163.2879.2284.9
HexBAF7E619073a34f55
Octal27236734631073243117125
Binary101110101111011111100110110010111111010001110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF7E6; }

 p { color: rgb(186,247,230); }

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

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

 a { background-color: rgb(186,247,230); }

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

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

 span { border-color: rgb(186,247,230); }

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