#BAFBE6

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

Shades of Water Leaf #BAFBE6

Tints of Water Leaf #BAFBE6

Color information

#BAFBE6 (or 0xBAFBE6) is unknown color: approx Water Leaf. HEX triplet: BA, FB and E6. RGB value is (186,251,230). Sum of RGB (Red+Green+Blue) = 186+251+230=667 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.89% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 230 (90.23% from 255 or 34.48% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFBE6 is #450419. Grayscale: #E5E5E5. Windows color (decimal): -4523034 or 15137722. OLE color: 15137722.

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

Color convert

RGB186251230-
CMYK0.2600.080.02
HSL160.62º89.04%85.69%-
HSV(B)160.62º25.9%98.43%-
XYZ69.0385.1587.66-
YUV229.17128.4797.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.89%
GREEN value IS 251 (98.44% from 255) = 37.63%
BLUE value IS 230 (90.23% from 255) = 34.48%
R=27.89%
G=37.63%
B=34.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862512300.2600.080.02160.6289.0485.69
HexBAFBE61A082a15956
Octal272373346320102241131126
Binary1011101011111011111001101101001000101010000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFBE6; }

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

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

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

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

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

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

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

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