#BAF9E8

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

Shades of Water Leaf #BAF9E8

Tints of Water Leaf #BAF9E8

Color information

#BAF9E8 (or 0xBAF9E8) is unknown color: approx Water Leaf. HEX triplet: BA, F9 and E8. RGB value is (186,249,232). Sum of RGB (Red+Green+Blue) = 186+249+232=667 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.89% from 667); Green value is 249 (97.66% from 255 or 37.33% from 667); Blue value is 232 (91.02% from 255 or 34.78% from 667); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF9E8 is #450617. Grayscale: #E4E4E4. Windows color (decimal): -4523544 or 15268282. OLE color: 15268282.

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

Color convert

RGB186249232-
CMYK0.2500.070.02
HSL163.81º84%85.29%-
HSV(B)163.81º25.3%97.65%-
XYZ68.6984.0288.94-
YUV228.22130.1397.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.89%
GREEN value IS 249 (97.66% from 255) = 37.33%
BLUE value IS 232 (91.02% from 255) = 34.78%
R=27.89%
G=37.33%
B=34.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862492320.2500.070.02163.818485.29
HexBAF9E819072a45455
Octal27237135031072244124125
Binary101110101111100111101000110010111101010010010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF9E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF9E8; }

 p { color: rgb(186,249,232); }

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

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

 a { background-color: rgb(186,249,232); }

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

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

 span { border-color: rgb(186,249,232); }

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