#BAFFE8

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

Shades of Water Leaf #BAFFE8

Tints of Water Leaf #BAFFE8

Color information

#BAFFE8 (or 0xBAFFE8) is unknown color: approx Water Leaf. HEX triplet: BA, FF and E8. RGB value is (186,255,232). Sum of RGB (Red+Green+Blue) = 186+255+232=673 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.64% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFFE8 is #450017. Grayscale: #E7E7E7. Windows color (decimal): -4522008 or 15269818. OLE color: 15269818.

HSL color Cylindrical-coordinate representation of color #BAFFE8: hue angle of 160º 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 #BAFFE8 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB186255232-
CMYK0.2700.090
HSL160º100%86.47%-
HSV(B)160º27.06%100%-
XYZ70.5887.7989.57-
YUV231.75128.1495.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.64%
GREEN value IS 255 (100% from 255) = 37.89%
BLUE value IS 232 (91.02% from 255) = 34.47%
R=27.64%
G=37.89%
B=34.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1862552320.2700.09016010086.47
HexBAFFE81B090a06456
Octal272377350330110240144126
Binary101110101111111111101000110110100101010000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFFE8; }

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

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

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

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

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

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

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

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