#BAF8E4

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

Shades of Water Leaf #BAF8E4

Tints of Water Leaf #BAF8E4

Color information

#BAF8E4 (or 0xBAF8E4) is unknown color: approx Water Leaf. HEX triplet: BA, F8 and E4. RGB value is (186,248,228). Sum of RGB (Red+Green+Blue) = 186+248+228=662 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.10% from 662); Green value is 248 (97.27% from 255 or 37.46% from 662); Blue value is 228 (89.45% from 255 or 34.44% from 662); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF8E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF8E4 is #45071B. Grayscale: #E3E3E3. Windows color (decimal): -4523804 or 15005882. OLE color: 15005882.

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

Color convert

RGB186248228-
CMYK0.2500.080.03
HSL160.65º81.58%85.1%-
HSV(B)160.65º25%97.25%-
XYZ67.8283.1885.88-
YUV227.18128.4698.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.10%
GREEN value IS 248 (97.27% from 255) = 37.46%
BLUE value IS 228 (89.45% from 255) = 34.44%
R=28.10%
G=37.46%
B=34.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862482280.2500.080.03160.6581.5885.1
HexBAF8E419083a15255
Octal272370344310103241122125
Binary1011101011111000111001001100101000111010000110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF8E4; }

 p { color: rgb(186,248,228); }

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

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

 a { background-color: rgb(186,248,228); }

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

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

 span { border-color: rgb(186,248,228); }

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