#BAFBED

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

Shades of Water Leaf #BAFBED

Tints of Water Leaf #BAFBED

Color information

#BAFBED (or 0xBAFBED) is unknown color: approx Water Leaf. HEX triplet: BA, FB and ED. RGB value is (186,251,237). Sum of RGB (Red+Green+Blue) = 186+251+237=674 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.60% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAFBED is #450412. Grayscale: #E5E5E5. Windows color (decimal): -4523027 or 15596474. OLE color: 15596474.

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

Color convert

RGB186251237-
CMYK0.2600.060.02
HSL167.08º89.04%85.69%-
HSV(B)167.08º25.9%98.43%-
XYZ70.0385.5592.94-
YUV229.97131.9796.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 27.60%
GREEN value IS 251 (98.44% from 255) = 37.24%
BLUE value IS 237 (92.97% from 255) = 35.16%
R=27.60%
G=37.24%
B=35.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862512370.2600.060.02167.0889.0485.69
HexBAFBED1A062a75956
Octal27237335532062247131126
Binary101110101111101111101101110100110101010011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFBED; }

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

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

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

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

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

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

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

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