#BAFAE8

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

Shades of Water Leaf #BAFAE8

Tints of Water Leaf #BAFAE8

Color information

#BAFAE8 (or 0xBAFAE8) is unknown color: approx Water Leaf. HEX triplet: BA, FA and E8. RGB value is (186,250,232). Sum of RGB (Red+Green+Blue) = 186+250+232=668 (88% of max value = 765). Red value is 186 (73.05% from 255 or 27.84% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 232 (91.02% from 255 or 34.73% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFAE8 is #450517. Grayscale: #E4E4E4. Windows color (decimal): -4523288 or 15268538. OLE color: 15268538.

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

Color convert

RGB186250232-
CMYK0.2600.070.02
HSL163.12º86.49%85.49%-
HSV(B)163.12º25.6%98.04%-
XYZ6984.6489.04-
YUV228.81129.897.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.84%
GREEN value IS 250 (98.05% from 255) = 37.43%
BLUE value IS 232 (91.02% from 255) = 34.73%
R=27.84%
G=37.43%
B=34.73%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862502320.2600.070.02163.1286.4985.49
HexBAFAE81A072a35655
Octal27237235032072243126125
Binary101110101111101011101000110100111101010001110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFAE8; }

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

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

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

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

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

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

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

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