#BAFBE2

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

Shades of Water Leaf #BAFBE2

Tints of Water Leaf #BAFBE2

Color information

#BAFBE2 (or 0xBAFBE2) is unknown color: approx Water Leaf. HEX triplet: BA, FB and E2. RGB value is (186,251,226). Sum of RGB (Red+Green+Blue) = 186+251+226=663 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.05% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 226 (88.67% from 255 or 34.09% from 663); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBE2 is #45041D. Grayscale: #E4E4E4. Windows color (decimal): -4523038 or 14875578. OLE color: 14875578.

HSL color Cylindrical-coordinate representation of color #BAFBE2: hue angle of 156.92º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFBE2 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB186251226-
CMYK0.2600.100.02
HSL156.92º89.04%85.69%-
HSV(B)156.92º25.9%98.43%-
XYZ68.4784.9284.73-
YUV228.72126.4797.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.05%
GREEN value IS 251 (98.44% from 255) = 37.86%
BLUE value IS 226 (88.67% from 255) = 34.09%
R=28.05%
G=37.86%
B=34.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862512260.2600.100.02156.9289.0485.69
HexBAFBE21A0A29d5956
Octal272373342320122235131126
Binary1011101011111011111000101101001010101001110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFBE2; }

 p { color: rgb(186,251,226); }

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

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

 a { background-color: rgb(186,251,226); }

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

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

 span { border-color: rgb(186,251,226); }

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