#BAF7E7

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

Shades of Water Leaf #BAF7E7

Tints of Water Leaf #BAF7E7

Color information

#BAF7E7 (or 0xBAF7E7) is unknown color: approx Water Leaf. HEX triplet: BA, F7 and E7. RGB value is (186,247,231). Sum of RGB (Red+Green+Blue) = 186+247+231=664 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.01% from 664); Green value is 247 (96.88% from 255 or 37.20% from 664); Blue value is 231 (90.62% from 255 or 34.79% from 664); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF7E7 is #450818. Grayscale: #E2E2E2. Windows color (decimal): -4524057 or 15202234. OLE color: 15202234.

HSL color Cylindrical-coordinate representation of color #BAF7E7: hue angle of 164.26º 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 #BAF7E7 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB186247231-
CMYK0.2500.060.03
HSL164.26º79.22%84.9%-
HSV(B)164.26º24.7%96.86%-
XYZ67.9382.7387.99-
YUV226.94130.2998.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.01%
GREEN value IS 247 (96.88% from 255) = 37.20%
BLUE value IS 231 (90.62% from 255) = 34.79%
R=28.01%
G=37.20%
B=34.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862472310.2500.060.03164.2679.2284.9
HexBAF7E719063a44f55
Octal27236734731063244117125
Binary101110101111011111100111110010110111010010010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF7E7; }

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

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

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

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

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

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

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

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