#BAFEED

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

Shades of Water Leaf #BAFEED

Tints of Water Leaf #BAFEED

Color information

#BAFEED (or 0xBAFEED) is unknown color: approx Water Leaf. HEX triplet: BA, FE and ED. RGB value is (186,254,237). Sum of RGB (Red+Green+Blue) = 186+254+237=677 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.47% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFEED is #450112. Grayscale: #E7E7E7. Windows color (decimal): -4522259 or 15597242. OLE color: 15597242.

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

Color convert

RGB186254237-
CMYK0.2700.070.00
HSL165º97.14%86.27%-
HSV(B)165º26.77%99.61%-
XYZ70.9887.4493.26-
YUV231.73130.9795.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.47%
GREEN value IS 254 (99.61% from 255) = 37.52%
BLUE value IS 237 (92.97% from 255) = 35.01%
R=27.47%
G=37.52%
B=35.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1862542370.2700.070.0016597.1486.27
HexBAFEED1B070a56156
Octal27237635533070245141126
Binary10111010111111101110110111011011101010010111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFEED; }

 p { color: rgb(186,254,237); }

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

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

 a { background-color: rgb(186,254,237); }

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

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

 span { border-color: rgb(186,254,237); }

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