#BAFDED

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

Shades of Water Leaf #BAFDED

Tints of Water Leaf #BAFDED

Color information

#BAFDED (or 0xBAFDED) is unknown color: approx Water Leaf. HEX triplet: BA, FD and ED. RGB value is (186,253,237). Sum of RGB (Red+Green+Blue) = 186+253+237=676 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.51% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFDED is #450212. Grayscale: #E7E7E7. Windows color (decimal): -4522515 or 15596986. OLE color: 15596986.

HSL color Cylindrical-coordinate representation of color #BAFDED: hue angle of 165.67º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFDED is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB186253237-
CMYK0.2600.060.01
HSL165.67º94.37%86.08%-
HSV(B)165.67º26.48%99.22%-
XYZ70.6686.893.15-
YUV231.14131.395.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.51%
GREEN value IS 253 (99.22% from 255) = 37.43%
BLUE value IS 237 (92.97% from 255) = 35.06%
R=27.51%
G=37.43%
B=35.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862532370.2600.060.01165.6794.3786.08
HexBAFDED1A061a65e56
Octal27237535532061246136126
Binary10111010111111011110110111010011011010011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFDED; }

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

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

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

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

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

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

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

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