#BAF4EB

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

Shades of Water Leaf #BAF4EB

Tints of Water Leaf #BAF4EB

Color information

#BAF4EB (or 0xBAF4EB) is unknown color: approx Water Leaf. HEX triplet: BA, F4 and EB. RGB value is (186,244,235). Sum of RGB (Red+Green+Blue) = 186+244+235=665 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.97% from 665); Green value is 244 (95.70% from 255 or 36.69% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF4EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF4EB is #450B14. Grayscale: #E1E1E1. Windows color (decimal): -4524821 or 15463610. OLE color: 15463610.

HSL color Cylindrical-coordinate representation of color #BAF4EB: hue angle of 170.69º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF4EB is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB186244235-
CMYK0.2400.040.04
HSL170.69º72.5%84.31%-
HSV(B)170.69º23.77%95.69%-
XYZ67.681.1490.7-
YUV225.63133.2899.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.97%
GREEN value IS 244 (95.70% from 255) = 36.69%
BLUE value IS 235 (92.19% from 255) = 35.34%
R=27.97%
G=36.69%
B=35.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862442350.2400.040.04170.6972.584.31
HexBAF4EB18044ab4854
Octal27236435330044253110124
Binary1011101011110100111010111100001001001010101110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF4EB; }

 p { color: rgb(186,244,235); }

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

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

 a { background-color: rgb(186,244,235); }

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

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

 span { border-color: rgb(186,244,235); }

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