#BAFFE6

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

Shades of Water Leaf #BAFFE6

Tints of Water Leaf #BAFFE6

Color information

#BAFFE6 (or 0xBAFFE6) is unknown color: approx Water Leaf. HEX triplet: BA, FF and E6. RGB value is (186,255,230). Sum of RGB (Red+Green+Blue) = 186+255+230=671 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.72% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 230 (90.23% from 255 or 34.28% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFFE6 is #450019. Grayscale: #E7E7E7. Windows color (decimal): -4522010 or 15138746. OLE color: 15138746.

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

Color convert

RGB186255230-
CMYK0.2700.100
HSL158.26º100%86.47%-
HSV(B)158.26º27.06%100%-
XYZ70.2987.6788.08-
YUV231.52127.1495.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.72%
GREEN value IS 255 (100% from 255) = 38.00%
BLUE value IS 230 (90.23% from 255) = 34.28%
R=27.72%
G=38.00%
B=34.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862552300.2700.100158.2610086.47
HexBAFFE61B0A09e6456
Octal272377346330120236144126
Binary101110101111111111100110110110101001001111011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFFE6; }

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

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

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

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

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

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

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

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