#BAF9EA

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

Shades of Water Leaf #BAF9EA

Tints of Water Leaf #BAF9EA

Color information

#BAF9EA (or 0xBAF9EA) is unknown color: approx Water Leaf. HEX triplet: BA, F9 and EA. RGB value is (186,249,234). Sum of RGB (Red+Green+Blue) = 186+249+234=669 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.80% from 669); Green value is 249 (97.66% from 255 or 37.22% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF9EA is #450615. Grayscale: #E4E4E4. Windows color (decimal): -4523542 or 15399354. OLE color: 15399354.

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

Color convert

RGB186249234-
CMYK0.2500.060.02
HSL165.71º84%85.29%-
HSV(B)165.71º25.3%97.65%-
XYZ68.9884.1390.45-
YUV228.45131.1397.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.80%
GREEN value IS 249 (97.66% from 255) = 37.22%
BLUE value IS 234 (91.80% from 255) = 34.98%
R=27.80%
G=37.22%
B=34.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862492340.2500.060.02165.718485.29
HexBAF9EA19062a65455
Octal27237135231062246124125
Binary101110101111100111101010110010110101010011010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF9EA; }

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

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

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

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

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

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

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

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